Skip to content

Commit 61fc609

Browse files
fellen31georgiakes
authored andcommitted
Replace busybox with coreutils sort for genmod modules (nf-core#9610)
Replace busybox with coreutils sort
1 parent 23609b4 commit 61fc609

8 files changed

Lines changed: 12 additions & 8 deletions

File tree

modules/nf-core/genmod/annotate/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ channels:
55
- bioconda
66
dependencies:
77
- bioconda::genmod=3.10.2
8+
- conda-forge::python=3.11.14

modules/nf-core/genmod/annotate/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process GENMOD_ANNOTATE {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/genmod:3.10.2--pyh7e72e81_0':
8-
'biocontainers/genmod:3.10.2--pyh7e72e81_0' }"
7+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/31/31b331bee43c7ff070bdde5460a4102ba31c3bfb0ee0d70197001ff011036555/data' :
8+
'community.wave.seqera.io/library/genmod_python:31b2fba4d3b7ba6f' }"
99

1010
input:
1111
tuple val(meta), path(input_vcf)

modules/nf-core/genmod/compound/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ channels:
55
- bioconda
66
dependencies:
77
- bioconda::genmod=3.10.2
8+
- conda-forge::python=3.11.14

modules/nf-core/genmod/compound/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process GENMOD_COMPOUND {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/genmod:3.10.2--pyh7e72e81_0':
8-
'biocontainers/genmod:3.10.2--pyh7e72e81_0' }"
7+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/31/31b331bee43c7ff070bdde5460a4102ba31c3bfb0ee0d70197001ff011036555/data' :
8+
'community.wave.seqera.io/library/genmod_python:31b2fba4d3b7ba6f' }"
99

1010
input:
1111
tuple val(meta), path(input_vcf)

modules/nf-core/genmod/models/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ channels:
55
- bioconda
66
dependencies:
77
- bioconda::genmod=3.10.2
8+
- conda-forge::python=3.11.14

modules/nf-core/genmod/models/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process GENMOD_MODELS {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/genmod:3.10.2--pyh7e72e81_0':
8-
'biocontainers/genmod:3.10.2--pyh7e72e81_0' }"
7+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/31/31b331bee43c7ff070bdde5460a4102ba31c3bfb0ee0d70197001ff011036555/data' :
8+
'community.wave.seqera.io/library/genmod_python:31b2fba4d3b7ba6f' }"
99

1010
input:
1111
tuple val(meta), path(input_vcf), path (fam)

modules/nf-core/genmod/score/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ channels:
55
- bioconda
66
dependencies:
77
- bioconda::genmod=3.10.2
8+
- conda-forge::python=3.11.14

modules/nf-core/genmod/score/main.nf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ process GENMOD_SCORE {
44

55
conda "${moduleDir}/environment.yml"
66
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
7-
'https://depot.galaxyproject.org/singularity/genmod:3.10.2--pyh7e72e81_0':
8-
'biocontainers/genmod:3.10.2--pyh7e72e81_0' }"
7+
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/31/31b331bee43c7ff070bdde5460a4102ba31c3bfb0ee0d70197001ff011036555/data' :
8+
'community.wave.seqera.io/library/genmod_python:31b2fba4d3b7ba6f' }"
99

1010
input:
1111
tuple val(meta), path(input_vcf), path (fam)

0 commit comments

Comments
 (0)