grape-nf icon indicating copy to clipboard operation
grape-nf copied to clipboard

sambamba-sort: couldn't parse --memory-limit option

Open jpang-van opened this issue 4 years ago • 3 comments

if I submit grape-nf to the cluster with following params speficed for mapping process in nextflow.config

withName: mapping { cpus = 8 memory = 75.GB time = 6.h }

I got the could n't parse --memory-limit option error, I specify memory in the wrong format or other issue?, but it is ok for index and other process, any comments?

jpang-van avatar Feb 15 '21 22:02 jpang-van

Hi @emi80

any comments for the issue I mentioned above, thanks. If you need .nextflow.log, I can upload it. thanks

jpang-van avatar Feb 16 '21 21:02 jpang-van

Hi @jpang-van,

apologies for the late reply. I will look into the issue. Would it be possible for you to upload a copy of the .command.sh file of the failing process?

emi80 avatar Mar 15 '21 08:03 emi80

I used the command:

sambamba sort -m $MEM -t $NCORE -o $bam_noalt.tmp.bam /dev/stdin

mainguyenanhvu avatar Jun 21 '22 08:06 mainguyenanhvu