Skip to content

Commit

Permalink
oops fix container tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed Apr 22, 2024
1 parent ffb761a commit 43cf4d5
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions modules/local/airrflow_report/airrflow_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ process AIRRFLOW_REPORT {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
tuple val(meta), path(tab) // sequence tsv table in AIRR format
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/collapse_duplicates.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ process COLLAPSE_DUPLICATES {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
tuple val(meta), path(tabs) // tuple [val(meta), sequence tsv in AIRR format ]
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/define_clones.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ process DEFINE_CLONES {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
tuple val(meta), path(tabs) // meta, sequence tsv in AIRR format
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/detect_contamination.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ process DETECT_CONTAMINATION {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
path(tabs)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/dowser_lineages.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ process DOWSER_LINEAGES {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
tuple val(meta), path(tabs)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/find_threshold.nf
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ process FIND_THRESHOLD {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"


input:
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/remove_chimeric.nf
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ process REMOVE_CHIMERIC {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"


input:
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/report_file_size.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ process REPORT_FILE_SIZE {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
path logs
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/single_cell_qc.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ process SINGLE_CELL_QC {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
path(tabs)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/enchantr/validate_input.nf
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ process VALIDATE_INPUT {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
file samplesheet
Expand Down
4 changes: 2 additions & 2 deletions modules/local/reveal/add_meta_to_tab.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ process ADD_META_TO_TAB {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

cache 'deep' // Without 'deep' this process would run when using -resume

Expand Down
4 changes: 2 additions & 2 deletions modules/local/reveal/filter_junction_mod3.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ process FILTER_JUNCTION_MOD3 {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
tuple val(meta), path(tab) // sequence tsv in AIRR format
Expand Down
4 changes: 2 additions & 2 deletions modules/local/reveal/filter_quality.nf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ process FILTER_QUALITY {
error "nf-core/airrflow currently does not support Conda. Please use a container profile instead."
}
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'docker.io/immcantation/airrflow:4.4.0':
'docker.io/immcantation/airrflow:4.4.0' }"
'docker.io/immcantation/airrflow:4.0.0':
'docker.io/immcantation/airrflow:4.0.0' }"

input:
tuple val(meta), path(tab) // sequence tsv in AIRR format
Expand Down

0 comments on commit 43cf4d5

Please sign in to comment.