Update seqwish reported version to match bioconda version. (#678)

This commit is contained in:
Michael L Heuer 2021-08-26 15:33:38 -05:00 committed by GitHub
parent ab93a1afa7
commit d95be1434f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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