v2.7.1
Full Changelog: v2.6.2...v2.7.1
2.7.1
- Breaking change: File hierarchy now follows what is recommended in the snakemake documentation. Rules are now in individual files.
- Breaking change: profiles/ moved to profile/ (sorry). And local profiles are now named "default".
- Busco runs in protein mode, reusing .faa from prokka (or bakta - see further down). Should result in speedup.
- Added Panaroo, removed Roary.
- For dbcan, only the substrates are shown in the dynamic report.
- Gtdb updated to release 220.0
- Add bakta.
- User can specify whether to use prokka or bakta to create annotation that is used for dbcan, interproscan diamond_kegg, busco. This can be set using
--config annotator=bakta
or by changing the permanent parameter in config/config.yaml. - Add eggnog
- rename benchmark files from individual->Sample
- Add antismash. Uses .gbk from prokka.
- report_subpipeline renamed to dynamic_report
- Dynamic report is now run by the ./asscom2 binary instead of using onsuccess/onerror.
- Minor fixes.
- Software versions and database versions are written to hidden files within output directories.
- Added dynamic parameters to prokka and iqtree to the config file.
- Added support for a "fofn" which is a file of file names. In the tseemann style, it defines which input genomes to process.
- Use KEGG KO from eggnog in kegg_pathway. If this doesn't work well I'll consider re-implementing kofam_scan which was removed long time back. Now a_class and b_class are "class" and "group".
- Implemented a way to set the output directory which now defaults to the old static "results_ac2".
- Implemented TreeCluster that on the 4.5% and 10% basis defines clusters on the mashtree distances so the user can easily get an impression on the relative differences between samples.
- Fix an error that makes snp-dists results not show up in the report. (Thanks to @AstaLaugesen)
- Added documentation over at https://assemblycomparator2.readthedocs.io/en/latest/
![Screenshot 2024-07-18 at 14 35 59](https://private-user-images.githubusercontent.com/5913696/349956174-013a199b-b115-4497-ae2b-01afe661a6ef.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTUyODQsIm5iZiI6MTczOTE1NDk4NCwicGF0aCI6Ii81OTEzNjk2LzM0OTk1NjE3NC0wMTNhMTk5Yi1iMTE1LTQ0OTctYWUyYi0wMWFmZTY2MWE2ZWYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTBUMDIzNjI0WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9NDQ5MDM0NDdmNzZjZWJjOTgyOTRiZDQ3ZGE1NWEwZjZiNDJkMGE0ZDM5ZjU0YWJjNWQyOWNmZTMxODIyMGFkOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.q_khL1zXjum-A_qZSKRhHgtsm-LDViWcUDhFA_D1vzk)