mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update seqwish to version 0.7.2 (#1144)
This commit is contained in:
parent
be85289981
commit
0bf40a26bd
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
def VERSION = '0.7.1' // Version information not provided by tool on CLI
|
||||
def VERSION = '0.7.2' // Version information not provided by tool on CLI
|
||||
|
||||
process SEQWISH_INDUCE {
|
||||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? 'bioconda::seqwish=0.7.1' : null)
|
||||
conda (params.enable_conda ? 'bioconda::seqwish=0.7.2' : null)
|
||||
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/seqwish:0.7.1--h2e03b76_0' :
|
||||
'quay.io/biocontainers/seqwish:0.7.1--h2e03b76_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/seqwish:0.7.2--h2e03b76_0' :
|
||||
'quay.io/biocontainers/seqwish:0.7.2--h2e03b76_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(paf), path(fasta)
|
||||
|
|
Loading…
Reference in a new issue