Replies: 1 comment
-
Yeah, cactus only adds those tags to the reference path ( While the node id's are sorted in the graph, so |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to understand the GFA file format that is produced by minigraph-cactus and have a question about the optional fields SN:Z, SO:i, and SR:i. These optional fields are specific to the rGFA format which disallows overlaps.
I noticed that some segments in my GFA have these fields and others don't, like so:
I see that segments 23236 and 23238 are contiguous with one-another (see SO:i). Should I assume that segment 23237 is overlapping with segment 23236 (in other words, a SNP) and occupies the same coordinate, even though that information is not recorded? This is backed-up by the fact that segment 23237 seems to take the place of 23236 in a walk:
W line 0 1 960733 1261738 ...>23229>23231>23232>23234>23235>23237>23238>23240>23241>...
If so, is it always the case that segments without stable coordinates overlap with the segment above?
Thank you!
Cassi
Beta Was this translation helpful? Give feedback.
All reactions