We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d6259 commit b33ca29Copy full SHA for b33ca29
staphb_toolkit/workflows/cutshaw/cutshaw.nf
@@ -88,7 +88,7 @@ process spades {
88
89
script:
90
"""
91
- spades.py --memory ${task.memory} -1 ${reads[0]} -2 ${reads[1]} -o ./spades_out
+ spades.py --memory ${task.memory.toGiga()} -1 ${reads[0]} -2 ${reads[1]} -o ./spades_out
92
mv ./spades_out/contigs.fasta ${name}_contigs.fasta
93
94
}
0 commit comments