Skip to content

Commit

Permalink
added -o param to script
Browse files Browse the repository at this point in the history
  • Loading branch information
mari-ga committed Jul 30, 2024
1 parent 08cfac4 commit 05ddd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/nf-core/gmmdemux/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ process GMMDEMUX {
$skip \\
$examine_cells \\
$hto_matrix \\
$hto_names
$hto_names \\
-o .
cat <<-END_VERSIONS > versions.yml
"${task.process}":
GMM-Demux: $VERSION
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/gmmdemux/tests/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ params{
process {

withName: GMMDEMUX {
ext.args = "-t ${params.threshold} -o . --summary ${params.num_cells} -a ${params.ambiguous} "
ext.args = "-t ${params.threshold} --summary ${params.num_cells} -a ${params.ambiguous} "
}
}

0 comments on commit 05ddd5a

Please sign in to comment.