Hello everyone
I need help with the sortmenrna tool. I used the command to run sortmerna to remove the RNA from the fastq files. However, when the walltime 1-12:00:00 was over, the command stops without generated the aligned file and the cleaned files. The reference file for human rDNA was downloaded from the following link The command used to run is as below
sortmerna --ref rRNA.fasta --reads $sample --aligned "${file}_rna" --other "${file}_clean" --threads 20 -v --fastx
I will highly appreciated if there could be some suggestions.
Thank you so much
Was 1-12:00:00 the time limit for your job?
sortmerna
can easily take longer than that in some cases. What were the last messages it printed tostderr
andstdout
?Here is stderr
Here is stdout
Don't post screenshots of errors they are impossible to decipher. Please use pastebin.com to post the logs if they are long.
I am so sorry with the screen shot. Please find the link for log file being uploaded. log-file-sortmerna
Thank you for the logs and the screenshots. This is the log for the key-value database, which isn't very informative here.
Could you please run
sortmerna
like so and sharesmrlog.txt
with us?(Please note, this will put all the working files in the current directory you are in; so switch to an appropriate--perhaps empty--directory accordingly.)
Just to hasten the debugging process, I suggest you just subset ca. 100 reads or so at random from your
fastq
file (e.g., just take the first 100 reads; you might find SeqKit helpful here), and runsortmerna
on those reads only.I ran the command as suggested and the log-file was generated. The command stopped after running for 2 days of specified wall time without generating any results. I am looking forward for suggestions ahead. I used 56 processors to run the command. Please find the log-file in the link-below. log-file