Hello everybody,
I’m new to Julia/BioJulia but I’m already appreciating some features of both the language and the Bio libraries (really nice work!). I’m currently trying to do simple stuff to get acquainted with the BioJulia ecosystem.
As the title implies I’m currently trying to extract the alignment from BAM files with respect with their reference Genome at certain genomic intervals already extracted from VCF files.
I used separately BAM.Reader and FASTA.Reader in order to parse the respective files. I’m wondering if there’s already a standard way to extract the alignment (maybe exploiting the CIGAR representation from BAM records.) between BAM and FASTA of the reference genome.
Any hints?