Replies: 1 comment 2 replies
-
Hi @Lionward, thanks for reaching out. Your question is very valid. Unfortunately, the current seqan3 does not feature indexed BAM files, which is needed to extract a region. I will discuss with the team but I fear that there are currently no capacities to add this feature. We have a former version of SeqAn, SeqAn2 that does have this feature.
Best, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
heey, I am very new to seqAn, so excuse me if the question is simple..
I had a python script for iterating over a bed file and fetching reads in a specific region and process their cigar string.
I would like to move to c++ to do that, I was wondering if it's possible to do it using seqAn, since what I found so far is itererating over the whole bam file, do you have a function similiar to pysam.Alignement.fetch(chr, start, end).
since I am only interested in the regions that I have in my bed file.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions