-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GFA format and ML path format #23
Comments
This is the current output of a sample example in the
Variants are now described as VCF records, but ML path representation is still a proprietary internal format. Getting one example of one node:
One issue is that we use this sequence interval in the textual representation to match PRG nodes to nodes in the recursion tree. I guess the proper solution would be |
@leoisl @mbhall88 could you paste here an example of the ML-path format that pandora uses, to describe a ML path with respect to the linearised prg?
Then I can implement it in gramtools.
Or, we could move to expressing this ML path on a GFA; this means pandora and gramtools would need to use the GFA produced by make_prg.
The text was updated successfully, but these errors were encountered: