Skip to content

Commit

Permalink
missing a quote
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman committed Oct 3, 2023
1 parent 4ada0c8 commit 88039d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/classify-celltypes.nf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ process classify_cellassign {
predict_cellassign.py \
--input_hdf5_file processed.hdf5
--output_predictions "${cellassign_dir}/cellassign_predictions.tsv" \
--reference "${cellassign_reference_file} \
--reference "${cellassign_reference_file}" \
--seed ${params.seed} \
--threads ${task.cpus}
Expand Down

0 comments on commit 88039d7

Please sign in to comment.