lh3 / miniasm

Ultrafast de novo assembly for long noisy reads (though having no consensus step)
MIT License
299 stars 68 forks source link

Add read count (RC) attribute to GFA [feature request] #42

Open sjackman opened 6 years ago

sjackman commented 6 years ago

Bandage will draw the thickness of the unitig segments according to their depth when the segments include the read count (RC:i) attribute. See https://github.com/GFA-spec/GFA-spec/blob/master/GFA1.md#optional-fields-2

sjackman commented 6 years ago

Somewhat related, is the fourth field of the x records the number of read susbtrings used to build the unitig segment? Does Miniasm output somewhere the total number of reads involved in a unitig, not just those reads used to compose the final sequence?

x       utg003137l      21310   5
sjackman commented 5 years ago

Unicycler outputs the scaled depth of coverage in the dp:f: tag, for example dp:f:1.50 is 50% more depth than a typical sequence.