Skip to content

Commit 780a48c

Browse files
committed
switch docker containers
1 parent 3c1ebde commit 780a48c

37 files changed

Lines changed: 39 additions & 39 deletions

modules/local/assigntaxaspecies.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process DADA2_ASSIGN_TAXA_SPECIES {
22
label 'process_medium'
33

4-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
4+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
55

66
input:
77
path(st)

modules/local/biom.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process BIOM {
22
label 'process_low'
33

4-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
4+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
55

66
input:
77
path(seqtab)

modules/local/dada2derepseqs/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process DADA2_DEREP_SEQS {
22
tag "$meta.id"
33
label 'process_medium'
44

5-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
5+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
66

77
input:
88
tuple val(meta), path(reads)

modules/local/dadainfer.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process DADA2_POOLED_INFER {
22
tag "${readmode}: ${params.pool}"
33
label 'process_medium'
44

5-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
5+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
66

77
input:
88
tuple val(readmode), path(err), path(dereps)

modules/local/decipher.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
process DECIPHER {
22
label 'process_medium'
33

4-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
4+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
55

66
input:
77
path(seqs)

modules/local/filterandtrim.nf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process ILLUMINA_DADA2_FILTER_AND_TRIM {
22
tag "$meta.id"
33
label 'process_medium'
44

5-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
5+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
66

77
input:
88
tuple val(meta), path(reads)
@@ -58,7 +58,7 @@ process ILLUMINA_DADA2_FILTER_AND_TRIM {
5858
process PACBIO_CUTADAPT_FILTER_AND_TRIM {
5959
tag { "PacBioTrim_${meta.id}" }
6060

61-
// container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
61+
// container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
6262

6363
input:
6464
// TODO: Note the channel name here should probably be changed
@@ -95,7 +95,7 @@ process PACBIO_DADA2_FILTER_AND_TRIM {
9595
tag "$meta.id"
9696
label 'process_medium'
9797

98-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
98+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
9999

100100
input:
101101
tuple val(meta), path(reads)

modules/local/illumina_filterandtrim.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process ILLUMINA_DADA2_FILTER_AND_TRIM {
22
tag "$meta.id"
33
label 'process_medium'
44

5-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
5+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
66

77
input:
88
tuple val(meta), path(reads)

modules/local/illumina_learnerrors.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process ILLUMINA_DADA2_LEARN_ERRORS {
33
tag "$readmode"
44
label 'process_medium'
55

6-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
6+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
77

88
input:
99
tuple val(readmode), file(reads)

modules/local/learnerrors/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process DADA2_LEARN_ERRORS {
22
tag "${params.platform} ${params.learnerrors_function} ${readmode}"
33
label 'process_medium'
44

5-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
5+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
66

77
input:
88
tuple val(readmode), path(reads)

modules/local/mergeoverlapcheck.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ process MERGE_OVERLAP_CHECK {
22
tag 'Overlap Stats'
33
label 'process_single'
44

5-
container "ghcr.io/h3abionet/tada:docker-DADA-1.36"
5+
container "ghcr.io/hpcbio/tada:docker-DADA-1.36"
66

77
input:
88
path(logs)

0 commit comments

Comments
 (0)