Skip to content

Commit

Permalink
Update samtools to version 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tderrien committed Mar 21, 2023
1 parent 8756131 commit 89329e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/index_bam.nf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
process INDEX_BAM {
conda (params.enable_conda ? "bioconda::samtools=1.15.1" : null)
conda (params.enable_conda ? "bioconda::samtools=1.16.1" : null)
container "${ workflow.containerEngine == 'singularity' ?
'https://depot.galaxyproject.org/singularity/samtools:1.15.1--h1170115_0' :
'quay.io/biocontainers/samtools:1.15.1--h1170115_0' }"
'https://depot.galaxyproject.org/singularity/samtools%3A1.16.1--h6899075_0' :
'quay.io/biocontainers/samtools:1.16.1--h1170115_0' }"

input:
file bam
Expand Down

0 comments on commit 89329e3

Please sign in to comment.