-
Notifications
You must be signed in to change notification settings - Fork 82
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
[IO] BAM index support #2985
Comments
Hi @jay-tux, unfortunately we do not support BAM indexing yet in seqan3. I can't give a good time estimate on when we will be able to implement this feature. I know of a external draft |
Alright! Thank you! If it's not implemented yet, no worries. I think I can do without. |
Hi @smehringer, |
I'm very sorry for the late reply! @Irallia Could you point them to the bam index library of Josh you are using in IgenVar? |
|
This is just to cast my vote for this feature. I switched back to htslib for all the bamIO and I guess you know that no one ever really wants to do that... |
Platform
Linux kaya 5.17.9-arch1-1 #1 SMP PREEMPT Wed, 18 May 2022 17:30:11 +0000 x86_64 GNU/Linux
gcc (GCC) 12.1.0
Question
Is there a way to use
*.bam.bai
files to use as an index? The documentation on your site covers generating arbitrary indexes, but can it also be used to (auto-)load the companion index file when loading the BAM file? I currently useseqan3::sam_file_input in{file};
to load the input file.Thank you!
The text was updated successfully, but these errors were encountered: