Published June 1, 2023
| Version v0.6.1
Software
Open
ctmrbio/stag-mwc: StaG v0.6.1
Authors/Creators
- 1. Karolinska Institutet
- 2. University of Gothenburg
Description
This StaG release is a maintenance release, fixing some things that did not work fully as intended in the previous release, most specifically making sure that the KrakenUniq module works as intended, also when bypassing quality control and host removal steps. It's been approximately one and a half month since the last StaG release (v0.6.1 was released 2023-04-17) and this release contains 23 commits and affects 17 files in the repo. A total of 120 lines were added and 67 removed.
The most notable changes are:
Added- BBMap: now outputs sorted BAM file, added options
keep_samandkeep_bam. - Bowtie2: added option
keep_bam.
- KrakenUniq: environment variable
LC_ALLhas been added to Singularity image to prevent unnecessary warning messages related to it being undefined. - KrakenUniq: now able to run when host removal is skipped, solved by adding
krakenuniq_merge_readsrule to create a temporary merged fasta file with input data for KrakenUniq to avoid giving KrakenUniq symlinks as input.
- MetaPhlAn: Updated to v4.0.6
- HUMAnN3: Updated to v3.7
- HUMAnN3: Changed the way the temporary directory is resolved, now using
Snakemake's built-in
resources.tmpdir. This should prevent HUMAnN from creating large temporary directories outside of Slurm job folders so that they cannot be automatically cleaned up if the Slurm job times out or fails before HUMAnN can clean up after itself. - KrakenUniq: Concatenate reads with BBMap's
fuse.shwith a padding of oneNinstead of interleaving the paired inputs into a single FASTA to avoid KrakenUniq treating paired reads independently.
- Kaiju, Kraken2, MetaPhlAn: area plot removed due to repeatedly leading to failed runs in cached Singularity containers. The script still works as intended in newer matplotlib versions and will remain in the scripts folder for potential manual use if desired.
- Groot: Removed settings related to read length window as that feature was removed in a previous StaG release.
Files
ctmrbio/stag-mwc-v0.6.1.zip
Files
(1.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:318cf89098182130c036b8c5179a41cf
|
1.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ctmrbio/stag-mwc/tree/v0.6.1 (URL)