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