MIRA assembly error
0
0
Entering edit mode
7.1 years ago
glady ▴ 320

Hi, I am uploading a job on MIRA. I want to assemble a bacterial genome, I have created a manifest file with all the desired features (denovo, paired end sequencing, Illumina, etc). But, while running MIRA it is giving me an error that the coverage size is exceeding beyond 300x. How can I takle this issue? How can I cut down the coverage size of my data?

Assembly • 1.8k views
ADD COMMENT
0
Entering edit mode

You could downsample the reads (if you truly have a lot) by using reformat.sh from BBMap suite.

To sample 10% of the reads:
reformat.sh in1=reads1.fq.gz in2=reads2.fq.gz out1=sampled1.fq.gz out2=sampled2.fq.gz samplerate=0.1

or more concisely:
reformat.sh in=reads#.fq.gz out=sampled#.fq.gz samplerate=0.1

and for exact sampling:
reformat.sh in=reads#.fq.gz out=sampled#.fq.gz samplereadstarget=100k
ADD REPLY
0
Entering edit mode

After running BBMap, then should I upload those output files to MIRA as input ? Will doing this solve the problem of coverage ?

ADD REPLY
0
Entering edit mode

Is the coverage size error referring to size of the total input sequence data? If yes, then the solution above would allow you to sample the data down to a size you want/need.

BTW: What is the expected genome size and how much raw data do you have?

SPAdes is in general a better option for assembling bacterial genomes.

ADD REPLY
0
Entering edit mode

I have used SPAdes already, but it generated a lot of contigs, more than 4000.

ADD REPLY
0
Entering edit mode

I used a lot MIRA and SPAdes for bacterial genomes (MIRA generates often less and taller contigs for me) and never have this error. You may ask by email directly to Bastien Chevreux

ADD REPLY

Login before adding your answer.

Traffic: 1492 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