Skip to content

Commit abb865b

Browse files
Updating metagenomics WF to version 2.0.1
1 parent 56c4299 commit abb865b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Metagenomics/Illumina/Workflow_Documentation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
|Pipeline Version|Current Workflow Version (for respective pipeline version)|
88
|:---------------|:---------------------------------------------------------|
9-
|*[GL-DPPD-7107.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107.md)|[2.0.0](SW_MGIllumina)|
9+
|*[GL-DPPD-7107.md](../Pipeline_GL-DPPD-7107_Versions/GL-DPPD-7107.md)|[2.0.1](SW_MGIllumina)|
1010

1111
*Current GeneLab Pipeline/Workflow Implementation
1212

Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Workflow change log
22

3+
## [2.0.1](https://github.com/nasa/GeneLab_Data_Processing/tree/SW_MGIllumina_2.0.1/Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina)
4+
- updated humann version from 3.5 to 3.6
5+
- in accordance with critical bug described here:
6+
[https://forum.biobakery.org/t/announcing-humann-3-6-critical-update/4155](https://forum.biobakery.org/t/announcing-humann-3-6-critical-update/4155)
7+
8+
39
## [2.0.0](https://github.com/nasa/GeneLab_Data_Processing/tree/SW_MGIllumina_2.0.0/Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina)
410
- humann version set to 3.5 with metaphlan 4.0.1 pinned to it
511
- the humann conda installation was not pinned to a specific version of metaphlan, and new releases of metaphlan were incompatible

Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This downloaded the workflow into a directory called `SW_MGIllumina_*/`, with th
4040

4141
> Note: If wanting an earlier version, the wanted version can be provided as an optional argument like so:
4242
> ```bash
43-
> GL-get-workflow MG-Illumina --wanted-version 1.0.0
43+
> GL-get-workflow MG-Illumina --wanted-version 2.0.0
4444
> ```
4545
4646
### 3. Modify the variables in the config.yaml file

Metagenomics/Illumina/Workflow_Documentation/SW_MGIllumina/workflow_code/envs/humann3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
- defaults
55
- biobakery
66
dependencies:
7-
- humann=3.5
7+
- humann=3.6
88
- metaphlan=4.0.1

0 commit comments

Comments
 (0)