Skip to content

Commit

Permalink
chore: Add renovate comments to samtools
Browse files Browse the repository at this point in the history
Just to trigger wave build
  • Loading branch information
edmundmiller committed Feb 16, 2024
1 parent 8505eec commit 6961e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions modules/nf-core/samtools/view/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ channels:
- bioconda
- defaults
dependencies:
# renovate: datasource=conda depName=bioconda/samtools
- bioconda::samtools=1.19.2
# renovate: datasource=conda depName=bioconda/htslib
- bioconda::htslib=1.19.1
4 changes: 1 addition & 3 deletions modules/nf-core/samtools/view/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ process SAMTOOLS_VIEW {
label 'process_low'

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' }"
container "nf-core/modules/samtools_view:samtools_view--4731ee50a742fc67"

input:
tuple val(meta), path(input), path(index)
Expand Down

0 comments on commit 6961e19

Please sign in to comment.