Skip to content

Commit

Permalink
Merge pull request #797 from d4straub/update-qiime-2023.7-2024.10
Browse files Browse the repository at this point in the history
Update QIIME2 from 2023.7 to 2024.10
  • Loading branch information
d4straub authored Nov 20, 2024
2 parents 4052833 + 13782d5 commit 3eb037c
Show file tree
Hide file tree
Showing 28 changed files with 33 additions and 26 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Dependencies`

- [#797](https://github.com/nf-core/ampliseq/pull/797) - Update QIIME2

| software | previously | now |
| -------- | ---------- | ------- |
| QIIME2 | 2023.7 | 2024.10 |

### `Removed`

## nf-core/ampliseq version 2.12.0 - 2024-11-14
Expand Down
1 change: 1 addition & 0 deletions conf/ref_databases.config
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ params {
//QIIME2 taxonomic reference databases
qiime_ref_databases {
//SILVA for QIIME2 v2023.7, see https://docs.qiime2.org/2023.7/data-resources/#silva-16s-18s-rrna
//SILVA for QIIME2 v2023.7 md5sums identical to QIIME2 v2024.10, but links on https://docs.qiime2.org/2024.10/data-resources/ are failing
'silva=138' {
title = "QIIME2 pre-formatted SILVA dereplicated at 99% similarity - Version 138"
file = [ "https://data.qiime2.org/2023.7/common/silva-138-99-seqs.qza", "https://data.qiime2.org/2023.7/common/silva-138-99-tax.qza" ]
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_alphararefaction.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_ALPHARAREFACTION {
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(metadata)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_ancom_asv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process QIIME2_ANCOM_ASV {
label 'process_long'
label 'error_ignore'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(table)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_ancom_tax.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process QIIME2_ANCOM_TAX {
label 'process_medium'
label 'single_cpu'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(table), path(taxonomy) ,val(taxlevel)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_ancombc_asv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process QIIME2_ANCOMBC_ASV {
label 'process_long'
label 'error_ignore'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(table), val(formula)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_ancombc_tax.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process QIIME2_ANCOMBC_TAX {
label 'process_medium'
label 'single_cpu'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(table), path(taxonomy), val(taxlevel), val(formula)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_barplot.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_BARPLOT {
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(metadata)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_classify.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_CLASSIFY {
tag "${repseq},${trained_classifier}"
label 'process_high'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(trained_classifier)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_diversity_adonis.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_DIVERSITY_ADONIS {
tag "${core.baseName}-${formula}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(core), val(formula)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_diversity_alpha.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_DIVERSITY_ALPHA {
tag "${core.baseName}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(core)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_diversity_beta.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_DIVERSITY_BETA {
tag "${core.baseName}-${category}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(core), val(category)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_diversity_betaord.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_DIVERSITY_BETAORD {
tag "${core.baseName}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(core)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_diversity_core.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_DIVERSITY_CORE {
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(metadata)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_export_absolute.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_EXPORT_ABSOLUTE {
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(table)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_export_relasv.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_EXPORT_RELASV {
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(table)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_export_reltax.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_EXPORT_RELTAX {
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(table)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_extract.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_EXTRACT {
tag "${meta.FW_primer}-${meta.RV_primer}"

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple val(meta), path(database)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_featuretable_group.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_FEATURETABLE_GROUP {
tag "${category}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(table), path(metadata), val(category)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_filtersamples.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_FILTERSAMPLES {
tag "${filter}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple path(metadata), path(table), val(filter)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_inasv.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_INASV {
tag "${asv}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(asv)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_inseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_INSEQ {
tag "${seq}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(seq)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_intax.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_INTAX {
tag "${tax}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(tax) //ASV_tax_species.tsv
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_intree.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_INTREE {
tag "${meta.id}:${meta.model}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple val(meta), path(tree)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_seqfiltertable.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_SEQFILTERTABLE {
tag "${repseq}-filter-by-${table}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(table)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_tablefiltertaxa.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ process QIIME2_TABLEFILTERTAXA {
tag "taxa:${exclude_taxa};min-freq:${min_frequency};min-samples:${min_samples}"
label 'process_low'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(table)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_train.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process QIIME2_TRAIN {
label 'process_high'
label 'single_cpu'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
tuple val(meta), path(qza)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/qiime2_tree.nf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
process QIIME2_TREE {
label 'process_medium'

container "qiime2/core:2023.7"
container "qiime2/amplicon:2024.10"

input:
path(repseq)
Expand Down

0 comments on commit 3eb037c

Please sign in to comment.