Skip to content

Commit b33ca29

Browse files
committed
updated memory param to fix #41
1 parent d3d6259 commit b33ca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staphb_toolkit/workflows/cutshaw/cutshaw.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ process spades {
8888

8989
script:
9090
"""
91-
spades.py --memory ${task.memory} -1 ${reads[0]} -2 ${reads[1]} -o ./spades_out
91+
spades.py --memory ${task.memory.toGiga()} -1 ${reads[0]} -2 ${reads[1]} -o ./spades_out
9292
mv ./spades_out/contigs.fasta ${name}_contigs.fasta
9393
"""
9494
}

0 commit comments

Comments
 (0)