Skip to content

Commit

Permalink
bump regtools version (#7050)
Browse files Browse the repository at this point in the history
* bump regtools version

* change conda

* fix version

* fix singularity url

---------

Co-authored-by: Lorena Pantano <[email protected]>
  • Loading branch information
abartlett004 and lpantano authored Nov 22, 2024
1 parent d5d0870 commit d40d060
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/regtools/junctionsextract/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- "bioconda::regtools=0.5.0"
- "bioconda::regtools=1.0.0"
7 changes: 4 additions & 3 deletions modules/nf-core/regtools/junctionsextract/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ process REGTOOLS_JUNCTIONSEXTRACT {
tag "$meta.id"
label 'process_low'

conda "bioconda::regtools=0.5.0"
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/b6/b6c0653189b95b22e16038f61ade205a865857f54eeae9ba0184490a1834f7c9/data' :
'community.wave.seqera.io/library/regtools:0.5.0--b9a260c4c898354a' }"
'https://community-cr-prod.seqera.io/docker/registry/v2/blobs/sha256/14/143bc2dfa40320fbe1e52329953c8508780591835223f4ca492d3206598604a8/data' :
'community.wave.seqera.io/library/regtools:1.0.0--461ddf16709a70cf' }"

input:
tuple val(meta), path(bam), path(bai)
Expand All @@ -23,6 +23,7 @@ process REGTOOLS_JUNCTIONSEXTRACT {
"""
regtools junctions extract \\
$args \\
-s XS \\
-o ${prefix}.junc \\
$bam
Expand Down
20 changes: 10 additions & 10 deletions modules/nf-core/regtools/junctionsextract/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
],
"1": [
"versions.yml:md5,b8a1d662548217fc4607214fb7b4f42c"
"versions.yml:md5,5fbc639c97d9eb07a0530b875667a14e"
],
"junc": [
[
Expand All @@ -24,29 +24,29 @@
]
],
"versions": [
"versions.yml:md5,b8a1d662548217fc4607214fb7b4f42c"
"versions.yml:md5,5fbc639c97d9eb07a0530b875667a14e"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.1"
},
"timestamp": "2024-11-20T13:29:27.373772"
"timestamp": "2024-11-21T13:15:36.794996"
},
"versions": {
"content": [
{
"REGTOOLS_JUNCTIONSEXTRACT": {
"regtools": "0.5.0"
"regtools": "1.0.0"
}
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.1"
},
"timestamp": "2024-11-20T13:29:27.448238"
"timestamp": "2024-11-21T13:15:36.873402"
},
"homo_sapiens - bam-bai": {
"content": [
Expand All @@ -57,30 +57,30 @@
"id": "test",
"single_end": false
},
"test.junc:md5,c0ccba2d76e9cb1588ba6d2e18c0742c"
"test.junc:md5,abcb59fd5c52fb16acf6ecc6528d26b7"
]
],
"1": [
"versions.yml:md5,b8a1d662548217fc4607214fb7b4f42c"
"versions.yml:md5,5fbc639c97d9eb07a0530b875667a14e"
],
"junc": [
[
{
"id": "test",
"single_end": false
},
"test.junc:md5,c0ccba2d76e9cb1588ba6d2e18c0742c"
"test.junc:md5,abcb59fd5c52fb16acf6ecc6528d26b7"
]
],
"versions": [
"versions.yml:md5,b8a1d662548217fc4607214fb7b4f42c"
"versions.yml:md5,5fbc639c97d9eb07a0530b875667a14e"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.1"
},
"timestamp": "2024-11-20T13:29:23.165022"
"timestamp": "2024-11-21T13:15:32.656276"
}
}

0 comments on commit d40d060

Please sign in to comment.