Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating to samtools v1.19.2 #4907

Merged
merged 3 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/ampliconclip/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::samtools=1.18
- bioconda::htslib=1.18
- bioconda::samtools=1.19.2
- bioconda::htslib=1.19.1
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/ampliconclip/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SAMTOOLS_AMPLICONCLIP {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.18--h50ea8bc_1' :
'biocontainers/samtools:1.18--h50ea8bc_1' }"
'https://depot.galaxyproject.org/singularity/samtools:1.19.2--h50ea8bc_0' :
'biocontainers/samtools:1.19.2--h50ea8bc_0' }"

input:
tuple val(meta), path(bam)
Expand Down
138 changes: 95 additions & 43 deletions modules/nf-core/samtools/ampliconclip/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/samtools/bam2fq/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::samtools=1.18
- bioconda::htslib=1.18
- bioconda::samtools=1.19.2
- bioconda::htslib=1.19.1
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/bam2fq/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SAMTOOLS_BAM2FQ {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.18--h50ea8bc_1' :
'biocontainers/samtools:1.18--h50ea8bc_1' }"
'https://depot.galaxyproject.org/singularity/samtools:1.19.2--h50ea8bc_0' :
'biocontainers/samtools:1.19.2--h50ea8bc_0' }"

input:
tuple val(meta), path(inputbam)
Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/samtools/bam2fq/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/samtools/calmd/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::samtools=1.18
- bioconda::htslib=1.18
- bioconda::samtools=1.19.2
- bioconda::htslib=1.19.1
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/calmd/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SAMTOOLS_CALMD {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.18--h50ea8bc_1' :
'biocontainers/samtools:1.18--h50ea8bc_1' }"
'https://depot.galaxyproject.org/singularity/samtools:1.19.2--h50ea8bc_0' :
'biocontainers/samtools:1.19.2--h50ea8bc_0' }"

input:
tuple val(meta), path(bam)
Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/samtools/calmd/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions modules/nf-core/samtools/cat/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::samtools=1.18
- bioconda::htslib=1.18
- bioconda::samtools=1.19.2
- bioconda::htslib=1.19.1
4 changes: 2 additions & 2 deletions modules/nf-core/samtools/cat/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process SAMTOOLS_CAT {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/samtools:1.18--h50ea8bc_1' :
'biocontainers/samtools:1.18--h50ea8bc_1' }"
'https://depot.galaxyproject.org/singularity/samtools:1.19.2--h50ea8bc_0' :
'biocontainers/samtools:1.19.2--h50ea8bc_0' }"

input:
tuple val(meta), path(input_files, stageAs: "?/*")
Expand Down
Loading
Loading