Skip to content

Commit

Permalink
cellassign reference file variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Oct 3, 2023
1 parent 6ee6043 commit 4ada0c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/classify-celltypes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ process classify_cellassign {
# Convert SCE to AnnData
sce_to_anndata.R \
--input_sce_file ${processed_rds} \
--input_sce_file "${processed_rds}" \
--output_rna_h5 processed.hdf5
# Run CellAssign
predict_cellassign.py \
--input_hdf5_file processed.hdf5
--output_predictions ${cellassign_dir}/cellassign_predictions.tsv \
--reference ${cellassign_ref} \
--output_predictions "${cellassign_dir}/cellassign_predictions.tsv" \
--reference "${cellassign_reference_file} \
--seed ${params.seed} \
--threads ${task.cpus}
Expand Down

0 comments on commit 4ada0c8

Please sign in to comment.