Releases: pirovc/ganon
Releases · pirovc/ganon
ganon version 2.1.1
- Remove checks on raptor calls #292
- Change terminology from representatives to reference genomes #295, https://ncbiinsights.ncbi.nlm.nih.gov/2024/09/25/updated-terminology-reference-genome/
- Fix genome size estimation for GTDB databases
- Updated docs
- Added
--normalizeargument onganon report
ganon version 2.1.0
ganon version 2.0.1
Bug fixes:
- GTDB new file formats #276
- build symbolic link overwrite #279
- Skip taxonomy reporting #280
- updated documentation
Thanks @ksavhughes and @marade for reporting
ganon version 2.0.0 (a.k.a. ganon2)
ganon2 is here (v2.0.0)
ganon2 comprises all features implemented incrementally over the years since version 1.0.0. See the releases page for a full history of changes. ganon2 is faster and uses less memory to index and to classify sequences mainly due to the use of the HIBF from raptor and the use of the amazing SeqAn3 library. ganon2 achieves good results due many factors implemented over time, like the EM-algorithm, data-based optimization of parameters, among many others.
Changes from v1.9.0:
ganon classify --multiple-matches em/lcato choose the algorithm to solve reads with multiple-matches.--reassignoption was removed, replaced by--multiple-matches em- the output file with solved reads has now the extension
.one(before.lcainganon classifyand.allinganon reassign) ganon classifycan now better control the integrated report generated at the end with--report-type --ranks --min-countand--skip-reportganon buildandbuild-customnow generate an HIBF by default with--level speciesby default onganon build. The boolean--hibfwas removed and--filter-type ibf/hibfintroduced.- Updated to SeqAn3.3.0 and raptor v3.0.1 with some performance improvements (GCC >=11 required).
- Bugfixes and improved documentation
ganon version 1.9.0
ganon version 1.8.0
ganon version 1.7.0
- Filter for false positive of a query in
ganon classifywith--fpr-query - new arg
--representative-genomesinganon build - new arg
--binninginganon classify - new
--skip-genome-sizeinganon build build-custom reportto not generate genome sizes in the db - better raptor integration (v3.0.0)
- better documentation
- updated genome_updater to 0.6.3
- some bugs fixed
ganon version 1.6.0
- New documentation with more examples and infos: https://pirovc.github.io/ganon/
ganon classifybetter support for long readsganon build --input-recursiveto find files recursivelyganon build --min-lengthto skip small sequencesganon build --input-target sequenceperformance improved- support latest GTDB R214 release
- overall improvements and bug fixes
ganon version 1.5.1
- fix bug #244
- update dependencies
ganon version 1.5.0
- Optionally solves reads with multiple matches with an EM algorithm (
ganon classify --reassignorganon reassign) - Full HIBF support from the newest raptor
- Bug fixes