Releases: anergictcell/atg
Releases · anergictcell/atg
v0.8.6
v0.8.5
Update dependencies
v0.8.4
- Unpin
serde
, the issue from 0.8.3 has been fixed - Update other dependencies, fix security issue in dependencies
v0.8.3
- Pin serde version (See serde-rs/serde#2538 for context)
v0.8.2
Only minor updates of dependencies to fix security issues suggested by dependabot
v0.8.0
- 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
v0.7.0
- Switch to ATGlib 0.1.4
- Add
spliceai
ouput format
v0.6.0
- Switch to
ATGlib
0.1.3 - Add QC module
- Add non-coding transcripts to
feature-sequence
as ncExon
0.5.1
Moving the lib to a separate crate and fixing exon counting
v0.5.0
- 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