Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update immcantation container #296

Merged
merged 2 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.2.1dev] -
## [3.3.0dev] -

### `Added`

Expand All @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
| Dependency | Old version | New version |
| ---------- | ----------- | ----------- |
| multiqc | 1.14 | 1.18 |
| enchantr | 0.9.0 | 0.10.0 |

## [3.2.0] - 2023-10-27 Expecto patronum

Expand Down
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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.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:3.2.0':
'docker.io/immcantation/airrflow:3.2.0' }"
'docker.io/immcantation/airrflow:3.3.0':
'docker.io/immcantation/airrflow:3.3.0' }"

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