From d95be1434f90d945c508b3b9685a694de686c9a0 Mon Sep 17 00:00:00 2001 From: Michael L Heuer Date: Thu, 26 Aug 2021 15:33:38 -0500 Subject: [PATCH] Update seqwish reported version to match bioconda version. (#678) --- modules/seqwish/induce/main.nf | 2 +- modules/seqwish/induce/meta.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/seqwish/induce/main.nf b/modules/seqwish/induce/main.nf index defd86e2..ebf714ff 100644 --- a/modules/seqwish/induce/main.nf +++ b/modules/seqwish/induce/main.nf @@ -3,7 +3,7 @@ include { initOptions; saveFiles; getSoftwareName } from './functions' params.options = [:] options = initOptions(params.options) -def VERSION = '0.4.1' +def VERSION = '0.7.1' process SEQWISH_INDUCE { tag "$meta.id" diff --git a/modules/seqwish/induce/meta.yml b/modules/seqwish/induce/meta.yml index 0b6b4b5b..f357f0df 100644 --- a/modules/seqwish/induce/meta.yml +++ b/modules/seqwish/induce/meta.yml @@ -36,7 +36,7 @@ output: e.g. [ id:'test', single_end:false ] - gfa: type: file - description: Variation graph in GFA1 format + description: Variation graph in GFA 1.0 format pattern: "*.{gfa}" - version: type: file