- Update dependencies
- Include update from
atglib
to fix bug in GTF parsing ofgene
records
- Unpin
serde
, the issue from 0.8.3 has been fixed - Update other dependencies, fix security issue in dependencies
- Pin serde version (See serde-rs/serde#2538 for context)
- Add QC-filter option
- Add option to specify custom genetic codes
- Allow using S3 objects for Fasta reference files (using
S3Reader
) - Switch to
ATGLib
0.2.0 - Switch to
clap
v4 and useDerive
- Switch to ATGlib 0.1.4
- Add
spliceai
ouput format
- Switch to ATGlib 0.1.3
- ncExons in
feature-sequence
for non-coding transcripts - Add QC module
- ncExons in
- Uncouple the lib from the CLI, make an extra atglib crate
- Fix exon sorting to take the transcirpt orientation into account
- Add exon numbers in GTF output
- Refactor GTF parsing to improve performance
- Add GenePredExt Reader and Writer
- Add GenePred Writer
- Remove chr prefixing during parsing of chromosomes/contigs
- Improve docs
- Add more integration tests
- Support writing Fasta files
- Support sequence output per feature
- Improved error handling
- Support writing bed files
- Update CICD and proper release guidelines
- Improve performance and memory usage
- Remove unused GTF attributes fields
- Improve logging
- Inital release