metaspades error
0
0
Entering edit mode
4 weeks ago

metaspades input

error

While running metaspades I am getting this error. I am new to it, i don"t know wheather its a memory error or something else because there is no such thing as ran out of memory as seen in others log file.

kindly help.

spades version 4.0.0

metaspades • 487 views
ADD COMMENT
1
Entering edit mode

seg faults can result from running out of memory. Looks like you are running this on a cluster. How large is the dataset? How much memory are you assigning to this job? Are you using a job scheduler or trying to run this on the head node?

ADD REPLY
0
Entering edit mode

yes, I am using hpc and SLURM job scheduler, running through sbatch. In this I have assigned 900 gb memory and 80 threads. Both R1 and R2 file is of 16GB each. Total 32 gb

ADD REPLY
0
Entering edit mode

The data files were trimmed together (I see trim in the name)? R1/R2 reads are not out of sync? If true I suggest that you try dropping the number of threads and memory a bit and see if that helps. Try 32 threads and 400 GB RAM.

ADD REPLY
0
Entering edit mode

This is paired end read and trimmed <35bp and Q<30

ADD REPLY
0
Entering edit mode

Trimmed together was what I was asking. i.e. you did not trim R1 and R2 files independently.

trimmed <35bp and Q<30

Reads were selected that were better than those criteria? If you are trying to assemble reads that are shorter than 35 bp then that could cause the problem above.

ADD REPLY
0
Entering edit mode

Trimming was done independently for both R1 and R2 files i.e., with trimming option of trimming base pair less than 35 bp and Q less than 30

ADD REPLY
1
Entering edit mode

When working with PE reads ALWAYS treat them as paired-end reads and also process them as paired-end (== what GenoMax was alluding to )

If you process them independently you have the risk of getting those files out of sync, which is the cause of a whole series of issues/problems. Most, if not all, trimming tools have the ability to take paired end reads as input and treat them appropriately

ADD REPLY
0
Entering edit mode

actually i figured it out. In the metaspades command it inputs memory in Gb and I was giving 1000 thinking as GB, so i converted GB to Gb. It ran successfully.

Now my doubt is that, can we delete other folders in the output? like different K folders and the corrected folders? and keep only the contigs.fasta file. Because storage will be the issue.

ADD REPLY
0
Entering edit mode

Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.

code_formatting

ADD REPLY

Login before adding your answer.

Traffic: 1841 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6