-
Notifications
You must be signed in to change notification settings - Fork 270
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
Feat: Support for CRAM #578
Comments
Good suggestion! We will implement it. |
It may take some time for us to add CRAM file support. But an easy solution is that we can try to enable BEDPE support for |
bedpe would be a great alternative! |
BEDPE support has been added #580 CRAM support will be added in the future. I need some planning on how to implement that. We didn't use any third-party libs to access BAM and BAI. Therefore I have to investigate how easy/hard to do the same for CRAM and whether we should use htslib. |
For genomes with long chromosomes (like Marsupials) one cannot create BAM index files -- only CRAM with CSI files. For some commands like callpeak, these cram files can be converted into bed files, but for other commands like hmmratac, it seems like BAM is the only option.
The text was updated successfully, but these errors were encountered: