2021-05-04 13:28:44 +00:00
|
|
|
name: dshbio_splitbed
|
2021-01-21 22:34:49 +00:00
|
|
|
description: Split features in gzipped BED format
|
|
|
|
keywords:
|
|
|
|
- bed
|
|
|
|
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
|
2021-10-22 22:39:54 +00:00
|
|
|
licence: ['LGPL-3.0-or-later']
|
2021-01-21 22:34:49 +00:00
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-01-29 15:01:21 +00:00
|
|
|
- bed:
|
2021-01-21 22:34:49 +00:00
|
|
|
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 ]
|
2021-01-29 15:01:21 +00:00
|
|
|
- bed:
|
2021-01-21 22:34:49 +00:00
|
|
|
type: file
|
|
|
|
description: Features in split gzipped BED formatted files
|
|
|
|
pattern: "*.{bed.gz}"
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-01-21 22:34:49 +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-01-21 22:34:49 +00:00
|
|
|
authors:
|
|
|
|
- "@heuermh"
|