Releases: dib-lab/genome-grist
Releases · dib-lab/genome-grist
v0.7.3
Minor new features:
- add taxonomy output via
sourmash tax
on the gather results (#100) - add a gather-only summary step (#99)
- update to use sourmash picklists and manifests for significant decrease in disk space, increase in speed (#94, #103)
- make missing config options clearer (#102)
- add CLI usage info (#90)
- re-try logscale and gridlines to new figure 10 (#87)
- add per-genome coverage & abundance reporting (#85)
Developer fixes:
- add sourmash to the papermill environment (#111)
- Update Snakemake version (#106)
- update dependencies in setup.py and environment.yml (#89)
Documentation updates:
v0.7.2
v0.7.1
Many significant improvements to internals; no major new features.
- use
fasterq-dump
instead offastq-dump
to enable multithreaded downloads (#75) - use
sourmash prefetch
from sourmash v4.1.0 (#68) - use scratch instead of tmp (#76)
- use fastp instead of trimmomatic (#72)
- use temp directory so snakemake automatically deletes temp files (#71)
- add mamba to environment yml; update sourmash to 4.x (#74)
- update sourmash and screed versions; turn on python -Werror (#67)