Skip to content

Commit

Permalink
updated biocontainers and singularity links
Browse files Browse the repository at this point in the history
  • Loading branch information
tm4zza committed Dec 19, 2024
1 parent 6304d06 commit c9685fb
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/gzrt/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process GZRT {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/gzrt:0.9.1--h577a1d6_0':
'biocontainers/gzrt:0.9.1--h577a1d6_0' }"
'https://depot.galaxyproject.org/singularity/gzrt:0.9.1--h577a1d6_1':
'biocontainers/gzrt:0.9.1--h577a1d6_1' }"

input:
tuple val(meta), path(fastqgz)
Expand Down
72 changes: 72 additions & 0 deletions modules/nf-core/gzrt/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"Run gzrt on 30 paired-end reads - fastq.gz": {
"content": [
{
"0": [
[
{
"id": "test",
"single_end": false
},
"test_recovered.fastq.gz:md5,d41d8cd98f00b204e9800998ecf8427e"
]
],
"1": [
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676"
],
"recovered": [
[
{
"id": "test",
"single_end": false
},
"test_recovered.fastq.gz:md5,d41d8cd98f00b204e9800998ecf8427e"
]
],
"versions": [
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-19T14:51:44.784873442"
},
"Run gzrt on 30 paired-end reads - fastq.gz - stub": {
"content": [
{
"0": [
[
{
"id": "test",
"single_end": false
},
"test_recovered.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
]
],
"1": [
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676"
],
"recovered": [
[
{
"id": "test",
"single_end": false
},
"test_recovered.fastq.gz:md5,68b329da9893e34099c7d8ad5cb9c940"
]
],
"versions": [
"versions.yml:md5,6d1e28b8a8043e3cba67606c7acdc676"
]
}
],
"meta": {
"nf-test": "0.9.2",
"nextflow": "24.10.2"
},
"timestamp": "2024-12-19T14:51:58.732374062"
}
}

0 comments on commit c9685fb

Please sign in to comment.