jasperlinthorst / reveal

Graph based multi genome aligner
MIT License
46 stars 3 forks source link

Output ORI field with `reveal rem` #23

Closed Olavhaasie closed 6 years ago

Olavhaasie commented 6 years ago

Is it possible to let the rem command build a graph with the ORI field as optional field for segment lines? This field gives the origin of the segment.

Actual output:

S       1       ATCCT

Expected output:

H       ORI:0;1;2
S       1       ATCCT   *       ORI:Z:0;1
jasperlinthorst commented 6 years ago

No, as in, there’s no option for that.. The ORI tags on the S segment lines is how I used to encode paths previously. The current version depends on the P path lines. Parsing those lines to obtain the same information shouldn’t be too hard.

Good luck, Jasper

On Tue, 26 Jun 2018 at 21:41, Olavhaasie notifications@github.com wrote:

Is it possible to let the rem command build a graph with the ORI field as optional field for segment lines? This field gives the origin of the segment.

Actual output:

S 1 ATCCT

Expected output:

H ORI:0;1;2 S 1 ATCCT * ORI:Z:0;1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jasperlinthorst/reveal/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH85uLyeFpDDTpTFkDidS-fxtM5nwqGks5uAo6HgaJpZM4U4j0b .