2021-08-17 13:53:41 +00:00
|
|
|
name: dshbio_exportsegments
|
|
|
|
description: Export assembly segment sequences in GFA 1.0 format to FASTA format
|
|
|
|
keywords:
|
|
|
|
- gfa
|
|
|
|
- assembly
|
|
|
|
- segment
|
|
|
|
tools:
|
|
|
|
- dshbio:
|
|
|
|
description: |
|
|
|
|
Reads, features, variants, assemblies, alignments, genomic range trees, pangenome
|
|
|
|
graphs, and a bunch of random command line tools for bioinformatics. LGPL version 3
|
|
|
|
or later.
|
|
|
|
homepage: https://github.com/heuermh/dishevelled-bio
|
|
|
|
documentation: https://github.com/heuermh/dishevelled-bio
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['LGPL-3.0-or-later']
|
2021-08-17 13:53:41 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- gfa:
|
|
|
|
type: file
|
|
|
|
description: Assembly segments in GFA 1.0 format
|
|
|
|
pattern: "*.{gfa}"
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
- fasta:
|
|
|
|
type: file
|
|
|
|
description: Assembly segment sequences in FASTA format
|
|
|
|
pattern: "*.{fa}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-08-17 13:53:41 +00:00
|
|
|
type: file
|
2021-10-03 07:20:26 +00:00
|
|
|
description: File containing software versions
|
2021-09-27 08:41:24 +00:00
|
|
|
pattern: "versions.yml"
|
2021-08-17 13:53:41 +00:00
|
|
|
authors:
|
|
|
|
- "@heuermh"
|