Skip to content

Commit

Permalink
bump ngsbits (#7193)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk authored Dec 10, 2024
1 parent 2edb630 commit 9e13262
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/ngsbits/samplegender/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ channels:
- conda-forge
- bioconda
dependencies:
- bioconda::ngs-bits=2023_02
- bioconda::ngs-bits=2024_11
6 changes: 3 additions & 3 deletions modules/nf-core/ngsbits/samplegender/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ process NGSBITS_SAMPLEGENDER {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/ngs-bits:2023_02--py311ha0b7adc_2':
'biocontainers/ngs-bits:2023_02--py311ha0b7adc_2' }"
'https://depot.galaxyproject.org/singularity/ngs-bits:2024_11--py312hd80e9a6_0':
'biocontainers/ngs-bits:2024_11--py312hd80e9a6_0' }"

input:
tuple val(meta), path(bam), path(bai)
tuple val(meta2), path(fasta)
tuple val(meta2), path(fai)
tuple val(meta3), path(fai)
val method

output:
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/ngsbits/samplegender/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ input:
type: file
description: The reference FASTA to use (mandatory when CRAM files are used)
pattern: "*.{fasta,fa,fna}"
- - meta2:
- - meta3:
type: map
description: |
Groovy Map containing reference fasta information
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/ngsbits/samplegender/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nextflow_process {
tag "ngsbits"
tag "ngsbits/samplegender"

// Only a stub test here because the modules needs the full chrX and chrY
// Only a stub test here because the module needs the full chrX and chrY
test("homo_sapiens - bam, bai, [], [], sry - stub") {

options "-stub"
Expand Down
10 changes: 5 additions & 5 deletions modules/nf-core/ngsbits/samplegender/tests/main.nf.test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
],
"1": [
"versions.yml:md5,72f3e70be3e6a734bf39d1a6bf6d604b"
"versions.yml:md5,9c2c2b8cf880d89b4eb1c06e3b7f7333"
],
"tsv": [
[
Expand All @@ -22,14 +22,14 @@
]
],
"versions": [
"versions.yml:md5,72f3e70be3e6a734bf39d1a6bf6d604b"
"versions.yml:md5,9c2c2b8cf880d89b4eb1c06e3b7f7333"
]
}
],
"meta": {
"nf-test": "0.8.4",
"nextflow": "24.02.0"
"nf-test": "0.9.1",
"nextflow": "24.10.1"
},
"timestamp": "2024-03-18T15:36:37.639882564"
"timestamp": "2024-12-10T13:36:08.650020628"
}
}

0 comments on commit 9e13262

Please sign in to comment.