-
Notifications
You must be signed in to change notification settings - Fork 25
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
[feature request] dumping color file into parsable format #50
Comments
I would also appreciate this, alongside the index file if possible. Or perhaps some instruction on how to interpret the byte strings in the colours file? |
This would be useful for creating phylogenies based on k-mer sharing between colours using metrics like Jaccard distance. |
The right solution to this is to use the Bifrost API. |
Hi everyone, @cgroza Thank you for your implementation! There is now another fairly simple solution to do this:
Every record in the generated FASTA file has a name with the form
The output file will be Given that Bifrost graphs are now fully indexed (.bfi file output alongside the .gfa) and are very fast to load in memory, this solution should take no time to run. |
It would be great if we can dump the color file into a text format or something easier to parse so we can analyze the graph.
The text was updated successfully, but these errors were encountered: