Entering edit mode
5.3 years ago
Whirlingdaf
▴
60
I am attempting to run mmquant and it keeps being killed after reading in the .gtf files. The script I am running is pasted below and the samples are all coordinate sorted bam files. Any ideas on why?
mmquant -a Reference.gtf -r 1.bam 2.bam 3.bam 4.bam 5.bam 6.bam 7.bam 8.bam 9.bam 10.bam 18.bam 19.bam -s FR -f BAM -t 13 -o GW_mmquant
An additional note: I have also added memory, allowing for 50gb and this did not seem to remedy the issue. Thanks!
Can you post the error message, if there is one? Did you validate the GTF is correctly formatted, what is the available memory, what does the tool expect towards memory? Please add some details.
Thank you for the response! The gtf file has been validated in other programs and appears to load in fine here. I allotted 4 cores and 20gb for the run as well as called -t13 as the program suggests. I am now getting the program to read in the gtf file and the bam files with:
But it still fails before completion. The exact error message is:
Are you running out of a resource (e.g. clock time, memory)? If you are using a job scheduler can you check scheduler log files for the job?
Thank you for the suggestion! But the job run says I am using less than 1gb and only 3-7min of the 24 hrs allotted.
That is fine. But what else is there in the job log? Is there any indication why the job is getting killed?