mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
chore(preseq): Bump lcextrap image
This commit is contained in:
parent
5b833f9b15
commit
657092db95
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ process PRESEQ_LCEXTRAP {
|
|||
|
||||
conda (params.enable_conda ? "bioconda::preseq=3.1.2" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/preseq:3.1.2--h06ef8b0_1' :
|
||||
'quay.io/biocontainers/preseq:3.1.2--h06ef8b0_1' }"
|
||||
'https://depot.galaxyproject.org/singularity/preseq:3.1.2--h445547b_2':
|
||||
'quay.io/biocontainers/preseq:3.1.2--h445547b_2' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
Loading…
Reference in a new issue