File tree Expand file tree Collapse file tree 8 files changed +17
-16
lines changed Expand file tree Collapse file tree 8 files changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ channels:
4
4
- conda-forge
5
5
- bioconda
6
6
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
10
8
- bioconda::samtools=1.21
9
+ - bioconda::pysam=0.22.1
10
+ - bioconda::pybedtools=0.10.0
11
11
- conda-forge::biopython=1.83
12
12
- conda-forge::pandas=2.2.2
13
13
- conda-forge::python=3.11
14
+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ process MIRTOP_COUNTS {
3
3
label ' process_single'
4
4
5
5
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 "
7
7
8
8
input:
9
9
tuple val(meta), path(mirtop_gff)
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ channels:
4
4
- conda-forge
5
5
- bioconda
6
6
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
10
8
- bioconda::samtools=1.21
9
+ - bioconda::pysam=0.22.1
10
+ - bioconda::pybedtools=0.10.0
11
11
- conda-forge::biopython=1.83
12
12
- conda-forge::pandas=2.2.2
13
13
- conda-forge::python=3.11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ process MIRTOP_EXPORT {
3
3
label ' process_single'
4
4
5
5
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 "
7
7
8
8
input:
9
9
tuple val(meta), path(mirtop_gff)
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ channels:
4
4
- conda-forge
5
5
- bioconda
6
6
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
10
8
- bioconda::samtools=1.21
9
+ - bioconda::pysam=0.22.1
10
+ - bioconda::pybedtools=0.10.0
11
11
- conda-forge::biopython=1.83
12
12
- conda-forge::pandas=2.2.2
13
13
- conda-forge::python=3.11
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ process MIRTOP_GFF {
3
3
label ' process_single'
4
4
5
5
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 "
7
7
8
8
input:
9
9
tuple val(meta), path(bam, arity :' 1..*' )
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ channels:
4
4
- conda-forge
5
5
- bioconda
6
6
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
10
8
- bioconda::samtools=1.21
9
+ - bioconda::pysam=0.22.1
10
+ - bioconda::pybedtools=0.10.0
11
11
- conda-forge::biopython=1.83
12
12
- conda-forge::pandas=2.2.2
13
13
- conda-forge::python=3.11
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ process MIRTOP_STATS {
4
4
label ' process_single'
5
5
6
6
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 "
8
8
9
9
input:
10
10
tuple val(meta), path(mirtop_gff)
You can’t perform that action at this time.
0 commit comments