AntonBankevich / LJA

Other
109 stars 16 forks source link

how to decompress my select path from compressed.gfa #7

Closed zhoudreames closed 3 years ago

zhoudreames commented 3 years ago

image I already know the best path from above graph,but how to decompress the path gfa files to gian origin sequence? thank~

AntonBankevich commented 3 years ago

Hi. Unfortunately we currently do not provide uncompressed sequences of edges of the multiplex de Bruijn graph. It is technically difficult because uncompressing needs to be coordinated on overlaps between edge sequences. There are ways to avoid this issue, e.g. by providing imperfect overlaps between sequences in gfa. Alternatively we can provide a script that will run LJApolish module of LJA as a standalone tool but it is risky because LJApolish requires some extra information about read alignments that is generated by LJA. So, for now I can not help you, but I will implement one or both of these solutions in the next release (which should be very soon since a major bug was found) and get back to you.

zhoudreames commented 3 years ago

thanks~ I'm looking forward to your next release

zhoudreames commented 3 years ago

Hi ,When will the next version be released?thanks

zhoudreames commented 3 years ago

could I gain uncompressed sequences of nodes of the multiplex de Bruijn graph ? @AntonBankevich I am so sorry to disturb you,could you help me ?