mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update seqwish reported version to match bioconda version. (#678)
This commit is contained in:
parent
ab93a1afa7
commit
d95be1434f
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue