nf-core_modules/software/dsh/splitbed/meta.yml

39 lines
1.2 KiB
YAML
Raw Normal View History

name: dsh_splitbed
description: Split features in gzipped BED format
keywords:
- bed
tools:
- dsh:
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 ]
- bed:
type: file
description: Features in gzipped BED format to split
pattern: "*.{bed.gz}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bed:
type: file
description: Features in split gzipped BED formatted files
pattern: "*.{bed.gz}"
- version:
type: file
description: File containing software version
pattern: "*.{version.txt}"
authors:
- "@heuermh"