Skip to content

Commit

Permalink
update module docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarMZ committed Dec 16, 2024
1 parent 2adca4c commit 4f8583a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/local/convertgff2json.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process CONVERTGFFTOJSON {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(gff)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/extractMetadata.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process EXTRACTMETADATA {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(metadata)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/extractVariants.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process EXTRACTVARIANTS {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(variants)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/harmonize_metadata.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ process METADATA_HARMONIZER {

conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'docker://pandas/pandas:pip-all'
: 'pandas/pandas:pip-all'}"
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(metadata)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/merge_classification_report.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process MERGE_CLASSIFFICATION_METADATA {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(metadata)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/splitmutations_gvf.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process NCOVSPLITMUTATIONSGVF {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(gvf)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/splitmutations_pokay.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process NCOVSPLITMUTATIONSPOKAY {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(annotations)
Expand Down
2 changes: 1 addition & 1 deletion modules/local/vcftogvf.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ process VCFTOGVF {
conda "conda-forge::pandas=1.4.3"
container "${workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container
? 'https://depot.galaxyproject.org/singularity/pandas:1.4.3'
: 'amancevice/pandas:1.4.3'}"
: 'community.wave.seqera.io/library/pip_pandas:f80b46869e03f6ef'}"

input:
tuple val(meta), path(vcf)
Expand Down

0 comments on commit 4f8583a

Please sign in to comment.