mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
e3cf4c822c
* Update dsh-bio modules to version 2.0.4 * update docker tag * update md5 checksums * Update software/dshbio/filtergff3/main.nf * Update software/dshbio/splitgff3/main.nf Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
name: dshbio_splitbed
|
|
description: Split features in gzipped BED format
|
|
keywords:
|
|
- bed
|
|
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
|
|
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"
|