czbiohub-sf / orpheum

Orpheum (Previously called and published under sencha) is a Python package for directly translating RNA-seq reads into coding protein sequence.
MIT License
18 stars 4 forks source link

Add support for reading bam files #107

Open olgabot opened 2 years ago

olgabot commented 2 years ago

This adds a ReadParser class which abstracts away fastq/fasta vs bam/sam files and allows for translating bam files

PR checklist