2.1.0
[2.1.0] - 2022-05-12
Added
- 🐍
autometaentrypoint to retrieve info on--citation,--versionand no argument lists other autometa commands - 🍏 The autometa version is written after completion of each autometa-related nextflow process
- 🐚 The autometa version is emitted at the beginning of the autometa bash workflow.
- 🐍 NCBI.py will now search
delnodes.dmpfor any taxids retrieved from blast output and convert to root (taxid=1)
Fixed
- 🐚🐛 Renamed incorrect variables
$coverageto$coveragesand$clustering_methodto$cluster_methodinworkflows/autometa.sh - 🐍🐛 Fix use of
kwargsin kmersembed(..., *kwargs)function - 🐍🐛 Fix passing
n_jobsto kmersembed(..., n_jobs=1)function - 🍏 🐳Add
params.autometa_image_tagtomock_data_reporterprocess - 🍏 🐳 Add
params.autometa_image_tagtoget_genomes_for_mockprocess
Dependencies
- ⬆️💚 Pinned black version to 22.3.0
- ⬆️:green_apple: upgrade diamond to version 2.0.14
Removed
- 🔥💚 Removed
tests/requirements.txtand consolidated totests/environment.yml
What's Changed (from the git logs)
- 🎨🐍 Add taxid conversion from
'unclassified'to1for taxon-profiling benchmarking by @WiscEvan in #260 - 📝 Update installation directions for bash workflow by @WiscEvan in #262
- 🐍🐛 Fix parsing taxids to delnodes set by @WiscEvan in #265
- ⬆️ 🍏 Upgrade Diamond 2.0.9 -> 2.0.14 by @chasemc in #264
- 🎨🐛🐍 Add
n_jobstoembed(...)func. Replace**method_argsw/**method_kwargsby @WiscEvan in #267 - Versioning by @WiscEvan in #269
- 🎨🍏 Add
autometa --versionto autometa nextflow files by @WiscEvan in #271 - 🐛🐚 Fix variable name for autometa-binning-summary by @WiscEvan in #272
- Release 2.1.0 by @WiscEvan in #273
Full Changelog: 2.0.3...2.1.0