Which Flash output file do you use in Soap denovo assembly
1
0
Entering edit mode
8.8 years ago
mafireyi ▴ 80

I am trying to use Soap Denovo for my assembly. I first trimmed my reads with trimmomate and used Flash to merge reads. Flash outputs 4 output files. Which ones would I use as inputs for Soap denovo. Should I use the out.extendedFrags.fastq or should I include the out.notCombined ones too?

Thanks

Assembly • 2.5k views
ADD COMMENT
1
Entering edit mode
8.8 years ago
thackl ★ 3.0k

Use out.extendedFrags.fastq for graph assembly with large k-mer size. You can use out.notCombined for scaffolding only (SOAP config: asm_flags = 2 I guess)

ADD COMMENT
0
Entering edit mode

Thanks, will it be possible to get a complete assembly if i just use the graph assembly with asm_flags = 3. below is my config file for the pair end library

max_rd_len=100

[LIB]

name = Hiseq14

avg_ins=200

reverse_seq=0

asm_flags=3

rd_len_cutoff=100

rank=1

pair_num_cutoff=3

map_len=32

q1=/scratch/sysusers/godwin/GuavaGenome/Hiseq_Run14_150313/Sample_Guava_IT2_350/out.extendedFrags.fastq

Will that work? Sorry, I am quite new to Soap

ADD REPLY
0
Entering edit mode

Yes, that should be enough. However, I'm not entirely sure, what SOAP will do about scaffolding with only a single end library. My guess: not a lot ;).

I might be a good idea to add the trimmed but not flashed libraries as scaffold-only libraries (asm_flags = 2) to your config.

ADD REPLY

Login before adding your answer.

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