From 0bf40a26bdc7cd90472956771daebabf52c68b49 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Thu, 9 Dec 2021 11:07:47 -0600 Subject: [PATCH] Update seqwish to version 0.7.2 (#1144) --- modules/seqwish/induce/main.nf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/seqwish/induce/main.nf b/modules/seqwish/induce/main.nf index 089f3478..6d6b33e7 100644 --- a/modules/seqwish/induce/main.nf +++ b/modules/seqwish/induce/main.nf @@ -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)