Entering edit mode
5.1 years ago
jm440
▴
10
Hi all,
Does anyone know what the numbers in the headers of the following abyss output files: novo-contigs.fa or novo-scaffolds.fa mean?
They look like this: >1900 550 15779
I think the middle value (550) is the length of that sequence, but not sure about the 1st or 3rd (my guess is maybe one of these is an ID thats used to link contigs with scaffolds but i'm not sure).
Thank you!
Just a guess, but the first number is probably just an unique contig / scaffold identifier - these identifiers are used to cross-reference the contigs / scaffolds in other output files from ABySS. In the case of novo-scaffolds.fa, the contig identifiers may appear after the three numbers, see trying to understand abyss headers.
The third number I suspect is kmer coverage of the contig / scaffold.
Although just guesses, the description of the adjacency (adj) format provides support for my guesses:
Thank you for this helpful information!