mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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 {
|
process SEQWISH_INDUCE {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
label 'process_medium'
|
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 ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/seqwish:0.7.1--h2e03b76_0' :
|
'https://depot.galaxyproject.org/singularity/seqwish:0.7.2--h2e03b76_0' :
|
||||||
'quay.io/biocontainers/seqwish:0.7.1--h2e03b76_0' }"
|
'quay.io/biocontainers/seqwish:0.7.2--h2e03b76_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(paf), path(fasta)
|
tuple val(meta), path(paf), path(fasta)
|
||||||
|
|
Loading…
Reference in a new issue