Update seqwish to version 0.7.2 (#1144)

This commit is contained in:
Michael L Heuer 2021-12-09 11:07:47 -06:00 committed by GitHub
parent be85289981
commit 0bf40a26bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)