2021-06-09 09:14:17 +00:00
|
|
|
|
name: cooler_dump
|
|
|
|
|
description: Dump a cooler’s data to a text stream.
|
|
|
|
|
keywords:
|
|
|
|
|
- dump
|
|
|
|
|
tools:
|
|
|
|
|
- cooler:
|
|
|
|
|
description: Sparse binary format for genomic interaction matrices
|
|
|
|
|
homepage: https://cooler.readthedocs.io/en/latest/index.html
|
|
|
|
|
documentation: https://cooler.readthedocs.io/en/latest/index.html
|
|
|
|
|
tool_dev_url: https://github.com/open2c/cooler
|
|
|
|
|
doi: "10.1093/bioinformatics/btz540"
|
2021-10-22 22:39:54 +00:00
|
|
|
|
licence: ['BSD-3-Clause']
|
2021-06-09 09:14:17 +00:00
|
|
|
|
|
|
|
|
|
input:
|
|
|
|
|
- meta:
|
|
|
|
|
type: map
|
|
|
|
|
description: |
|
|
|
|
|
Groovy Map containing sample information
|
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
|
|
|
|
- cool:
|
|
|
|
|
type: file
|
|
|
|
|
description: Path to COOL file
|
|
|
|
|
pattern: "*.{cool,mcool}"
|
|
|
|
|
|
|
|
|
|
output:
|
|
|
|
|
- meta:
|
|
|
|
|
type: map
|
|
|
|
|
description: |
|
|
|
|
|
Groovy Map containing sample information
|
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-10-03 07:20:26 +00:00
|
|
|
|
- versions:
|
2021-06-09 09:14:17 +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-06-09 09:14:17 +00:00
|
|
|
|
- bedpe:
|
|
|
|
|
type: file
|
|
|
|
|
description: Output text file
|
|
|
|
|
pattern: "*.bedpe"
|
|
|
|
|
|
|
|
|
|
authors:
|
|
|
|
|
- "@jianhong"
|