Skip to content

Commit

Permalink
Update conf/modules.config
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Straub <42973691+d4straub@users.noreply.github.com>
  • Loading branch information
jfy133 and d4straub authored Oct 25, 2024
1 parent 38d3f3c commit e974653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ process {
}

withName: METASPADES {
ext.args = params.spades_options ? params.spades_options + '--meta' : '--meta'
ext.args = params.spades_options ? params.spades_options + ' --meta' : '--meta'
ext.prefix = { "SPAdes-${meta.id}" }
publishDir = [path: { "${params.outdir}/Assembly/SPAdes" }, mode: params.publish_dir_mode, pattern: "*.{fasta.gz,gfa.gz,fa.gz,log}"]
}
Expand Down

0 comments on commit e974653

Please sign in to comment.