Warning in Denovo Genome Assembly via SPADes
0
0
Entering edit mode
3 months ago
Umer ▴ 110

Hi,

Background: Fusarium oxysporum genome sequenced.

  1. Estimated Genome Size: ~60mb
  2. Coverage: 100x
  3. Platform: Illumina NOvaseq x (Paired 150bp)

GOAL: Denovo Genome Assemblies

Assembler: SPAdes genome assembler v4.0.0

Command Used:

(time $spades -o $out_assembly -1 $fastp_out/ILL02_1_qc.fq.gz -2 $fastp_out/ILL02_2_qc.fq.gz --careful --threads 14 --memory 240 -k 21 33 55 77 99 111 127 ) 2>&1 | tee -a $out_assembly/spades_denovo.log

Question: The assembly process worked completly without any error but i recieved a Warning as below

=== Error correction and assembling warnings:
 * 0:18:54.165  2271M / 7869M WARN    General                 (launcher.cpp              : 180)   Your data seems to have high uniform coverage depth. It is strongly recommended to use --isolate option.

As per my understanding the --isolate option is prefered for bacterial genomes. What should I do in case of this warning. Should i use Isolate option and reassemble the genome or just ignore this warning ?

Thank you.

Assembly SPAdes fungi Illumina • 584 views
ADD COMMENT
1
Entering edit mode

Use the option recommended or better yet downsample your data to something in 30x-40x range. You can do this using seqtk or reformat.sh from BBMap suite (check sampling option in in-line help). Having too much data can be a bad thing for assemblies.

ADD REPLY
0
Entering edit mode

I have 45 samples to assemble. Right now i was test-running everything on one sample. Should I use that --isolate option for all samples ? every sample is at 100x coverage.

ADD REPLY
0
Entering edit mode

Try the assemblies both ways. Downsampling may produce a better assembly. Then decide the option to use.

ADD REPLY
0
Entering edit mode

Before i ran assemblies with --careful option.

Now running assemblies with --isolate option.

Will share comperative results.

ADD REPLY
1
Entering edit mode

I may be wrong here, but I don't think --isolate is _specific_ to microbes, instead it's trying to capture whether the genome has come from an isolated organism, or whether the assembler should expect there to be contaminating reads from other species.

If the tool says use the option, I'd just use the option.

ADD REPLY

Login before adding your answer.

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