Tags: anergictcell/atglib
Tags
Merge pull request #16 from anergictcell/release/0.2.0 Release/0.2.0 - Add GeneticCode to modify the translation table based on the applied genetic code. This change impacts some public functions of the QC-check module. - Allow generic `Read + Seek` objects for FastaReader. This enables reading directly from S3 or other remote sources. - Allow `FastaWriter` to write to different files (only one at a time). This means you don't have to initiate a new `FastaWriter` for every output file, but can reuse an existing instance and simply change the output writer.
Hotfix for anergictcell/atg#16 - proper exon counting Fixes a bug so that exon counts are now based on transcript orientation