-
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
output in gfa2 #80
base: master
Are you sure you want to change the base?
output in gfa2 #80
Conversation
Adding tests shortly. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for this Amirhossein! Know you're still finalizing, just added some commands while I was thinking about it.
I am playing around with
and when I visualize it using gfaviz I see the following: |
Hmm.. But these edges:
Are just reverse complements of each other, right? So they're basically describing the same edge? Like if you made those edges directional, you'd see the arrows pointing in opposite directions? |
Right right. so we're good then. |
I just added the correct
and was about to touch
it will generate the same file as the correct file mentioned above. |
Yes, the |
Seems like working fine now. |
No description provided.