-
Notifications
You must be signed in to change notification settings - Fork 13
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
Converge SAM and BAM records #25
Comments
v0.3: https://github.com/BioJulia/XAM.jl/projects/4#card-42678826
v0.4: https://github.com/BioJulia/XAM.jl/projects/5#card-42678624 |
As a starting point what about displaying the underlined words in uppercase as listed in section 4.2 of https://samtools.github.io/hts-specs/SAMv1.pdf ? |
That's a good idea. |
Make SAM and BAM records display similarly
A SAM and BAM record contain basically the same information. So they should be displayed similarly in the REPL.
Create SAM-to-BAM conversion functions
This is a little harder, but probably worthwhile.
The text was updated successfully, but these errors were encountered: