Skip to content

Commit

Permalink
update samtools in local module
Browse files Browse the repository at this point in the history
  • Loading branch information
asp8200 committed Jun 1, 2024
1 parent 41d0bcc commit 9b036a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/local/check_paired_end.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process CHECK_IF_PAIRED_END {

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

input:
tuple val(meta), path(input), path(index)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/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.19.2
- bioconda::htslib=1.19.1
- bioconda::samtools=1.20
- bioconda::htslib=1.20

0 comments on commit 9b036a6

Please sign in to comment.