Skip to content

Commit

Permalink
chore(narfmap): Bump to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 8, 2024
1 parent 9cc7975 commit 4af7273
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/narfmap/align/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
- defaults
dependencies:
# renovate: datasource=conda depName=bioconda/narfmap
- narfmap=1.4.0
- narfmap=1.4.2
# renovate: datasource=conda depName=bioconda/samtools
- samtools=1.18
- pigz=2.8
4 changes: 2 additions & 2 deletions modules/nf-core/narfmap/align/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ process NARFMAP_ALIGN {
// TODO Add a singularity image
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'nf-core/modules/narfmap_align:narfmap--8a04bcf8bd9b6242':
'nf-core/modules/narfmap_align:narfmap--8a04bcf8bd9b6242' }"
'oras://community.wave.seqera.io/library/narfmap_align:8bad41386eab9997':
'community.wave.seqera.io/library/narfmap_align:517a1fed8e4e84c1' }"

input:
tuple val(meta) , path(reads)
Expand Down
2 changes: 1 addition & 1 deletion modules/nf-core/narfmap/hashtable/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ channels:
- defaults
dependencies:
# renovate: datasource=conda depName=bioconda/narfmap
- bioconda::narfmap=1.4.0
- bioconda::narfmap=1.4.2
6 changes: 2 additions & 4 deletions modules/nf-core/narfmap/hashtable/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ process NARFMAP_HASHTABLE {
tag "$fasta"
label 'process_high'

// TODO Add a singularity image
// TODO Make a seperate image
conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'nf-core/modules/narfmap_align:narfmap--8a04bcf8bd9b6242':
'nf-core/modules/narfmap_align:narfmap--8a04bcf8bd9b6242' }"
'https://depot.galaxyproject.org/singularity/narfmap:1.4.2--h43eeafb_0':
'biocontainers/narfmap:1.4.2--h43eeafb_0' }"

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

0 comments on commit 4af7273

Please sign in to comment.