Skip to content

Commit d9dc56c

Browse files
committed
bump mirtop
1 parent ab28100 commit d9dc56c

File tree

8 files changed

+17
-16
lines changed

8 files changed

+17
-16
lines changed

modules/nf-core/mirtop/counts/environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::mirtop=0.4.28
8-
- bioconda::pybedtools=0.10.0
9-
- bioconda::pysam=0.22.1
7+
- bioconda::mirtop=0.4.30
108
- bioconda::samtools=1.21
9+
- bioconda::pysam=0.22.1
10+
- bioconda::pybedtools=0.10.0
1111
- conda-forge::biopython=1.83
1212
- conda-forge::pandas=2.2.2
1313
- conda-forge::python=3.11
14+

modules/nf-core/mirtop/counts/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process MIRTOP_COUNTS {
33
label 'process_single'
44

55
conda "${moduleDir}/environment.yml"
6-
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools_pruned:60b8208f3dbb2910"
6+
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools:b9705c2683e775b8"
77

88
input:
99
tuple val(meta), path(mirtop_gff)

modules/nf-core/mirtop/export/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::mirtop=0.4.28
8-
- bioconda::pybedtools=0.10.0
9-
- bioconda::pysam=0.22.1
7+
- bioconda::mirtop=0.4.30
108
- bioconda::samtools=1.21
9+
- bioconda::pysam=0.22.1
10+
- bioconda::pybedtools=0.10.0
1111
- conda-forge::biopython=1.83
1212
- conda-forge::pandas=2.2.2
1313
- conda-forge::python=3.11

modules/nf-core/mirtop/export/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process MIRTOP_EXPORT {
33
label 'process_single'
44

55
conda "${moduleDir}/environment.yml"
6-
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools_pruned:60b8208f3dbb2910"
6+
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools:b9705c2683e775b8"
77

88
input:
99
tuple val(meta), path(mirtop_gff)

modules/nf-core/mirtop/gff/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::mirtop=0.4.28
8-
- bioconda::pybedtools=0.10.0
9-
- bioconda::pysam=0.22.1
7+
- bioconda::mirtop=0.4.30
108
- bioconda::samtools=1.21
9+
- bioconda::pysam=0.22.1
10+
- bioconda::pybedtools=0.10.0
1111
- conda-forge::biopython=1.83
1212
- conda-forge::pandas=2.2.2
1313
- conda-forge::python=3.11

modules/nf-core/mirtop/gff/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process MIRTOP_GFF {
33
label 'process_single'
44

55
conda "${moduleDir}/environment.yml"
6-
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools_pruned:60b8208f3dbb2910"
6+
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools:b9705c2683e775b8"
77

88
input:
99
tuple val(meta), path(bam, arity:'1..*')

modules/nf-core/mirtop/stats/environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ channels:
44
- conda-forge
55
- bioconda
66
dependencies:
7-
- bioconda::mirtop=0.4.28
8-
- bioconda::pybedtools=0.10.0
9-
- bioconda::pysam=0.22.1
7+
- bioconda::mirtop=0.4.30
108
- bioconda::samtools=1.21
9+
- bioconda::pysam=0.22.1
10+
- bioconda::pybedtools=0.10.0
1111
- conda-forge::biopython=1.83
1212
- conda-forge::pandas=2.2.2
1313
- conda-forge::python=3.11

modules/nf-core/mirtop/stats/main.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ process MIRTOP_STATS {
44
label 'process_single'
55

66
conda "${moduleDir}/environment.yml"
7-
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools_pruned:60b8208f3dbb2910"
7+
container "community.wave.seqera.io/library/mirtop_pybedtools_pysam_samtools:b9705c2683e775b8"
88

99
input:
1010
tuple val(meta), path(mirtop_gff)

0 commit comments

Comments
 (0)