Velvet: Retain Read Names In Afg File
3
1
Entering edit mode
13.5 years ago
Lee Katz ★ 3.1k

This is a followup question after having fine-tuned what I really want. http://biostar.stackexchange.com/questions/2929/velvet-assembly-quality

I've started parsing the afg/ace output of Velvet and I realized that all of the reads are just numbered. For example my read with the ID "F4JLIHI02" might have the ID in the output as "113337" but there is no apparent mapping from actual read names to numbered IDs. How can I obtain this mapping, or how can I perform the assembly while retaining the read names?

My current commands are

velveth $run_name 27 -long $readsFilename
velvetg $run_name -cov_cutoff auto -exp_cov auto -read_trkg yes -amos_file yes -ins_length 2500 # I figure that the ins_length can remain there by default in case I give it a paired end read file but won't do any harm if not
amos2ace velvet_asm.afg # produces a bioperl-parsable ace file
velvet read • 3.5k views
ADD COMMENT
1
Entering edit mode
13.5 years ago
Lee Katz ★ 3.1k

From Daniel Zerbino:

the read name <-> velvet id correspondence is stored in the header lines of the Sequences file:

grep '>' Sequences | cut -f1,2

I guess a bit of scripting would let you replace the Velvet IDs in the AFG file.

ADD COMMENT
0
Entering edit mode
12.2 years ago
Rahul Sharma ▴ 660

Hi, I want to change the Id's in the velvet_asm.afg file with the read Id's in Sequence file. What Id's should I change? as there are iid, eid and rds. From where can I have the description of fields used in velvet .afg file? Best regards, Rahul

ADD COMMENT
0
Entering edit mode
12.2 years ago
SES 8.6k

The "eid" is the identifier that you could modify to reflect the sequence ID in your sequence file (see the description of the identifiers here and the same answer to this question over here). I would personally try to avoid this because it will only inflate what is probably already a huge file.

ADD COMMENT

Login before adding your answer.

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