2021-05-04 13:28:44 +00:00
|
|
|
name: dshbio_splitgff3
|
|
|
|
description: Split features in gzipped GFF3 format
|
2021-01-21 22:34:49 +00:00
|
|
|
keywords:
|
2021-05-04 13:28:44 +00:00
|
|
|
- gff3
|
2021-01-21 22:34:49 +00:00
|
|
|
tools:
|
2021-05-04 13:28:44 +00:00
|
|
|
- dshbio:
|
2021-01-21 22:34:49 +00:00
|
|
|
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
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-05-04 13:28:44 +00:00
|
|
|
- gff3:
|
2021-01-21 22:34:49 +00:00
|
|
|
type: file
|
2021-05-04 13:28:44 +00:00
|
|
|
description: Features in gzipped GFF3 format to split
|
|
|
|
pattern: "*.{gff3.gz}"
|
2021-01-21 22:34:49 +00:00
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-05-04 13:28:44 +00:00
|
|
|
- gff3:
|
2021-01-21 22:34:49 +00:00
|
|
|
type: file
|
2021-05-04 13:28:44 +00:00
|
|
|
description: Features in split gzipped GFF3 formatted files
|
|
|
|
pattern: "*.{gff3.gz}"
|
2021-01-21 22:34:49 +00:00
|
|
|
- version:
|
|
|
|
type: file
|
|
|
|
description: File containing software version
|
|
|
|
pattern: "*.{version.txt}"
|
|
|
|
authors:
|
|
|
|
- "@heuermh"
|