2021-05-20 19:39:33 +00:00
|
|
|
name: ucsc_wigtobigwig
|
|
|
|
description: Convert ascii format wig file to binary big wig format
|
|
|
|
keywords:
|
|
|
|
- wig
|
|
|
|
- bigwig
|
|
|
|
tools:
|
|
|
|
- ucsc:
|
|
|
|
description: |
|
|
|
|
Convert ascii format wig file (in fixedStep, variableStep
|
|
|
|
or bedGraph format) to binary big wig format
|
|
|
|
homepage: None
|
|
|
|
documentation: None
|
|
|
|
tool_dev_url: None
|
|
|
|
doi: ""
|
2022-02-15 11:15:27 +00:00
|
|
|
licence: ["varies; see http://genome.ucsc.edu/license"]
|
2021-05-20 19:39:33 +00:00
|
|
|
|
|
|
|
input:
|
2022-01-11 21:31:37 +00:00
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test', single_end:false ]
|
2021-05-20 19:39:33 +00:00
|
|
|
- wig:
|
|
|
|
type: file
|
|
|
|
description: wig file
|
|
|
|
pattern: "*.{wig}"
|
|
|
|
- chromsizes:
|
|
|
|
type: file
|
|
|
|
description: chromosome sizes file
|
|
|
|
|
|
|
|
output:
|
2021-10-03 07:20:26 +00:00
|
|
|
- versions:
|
2021-05-20 19:39:33 +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-05-20 19:39:33 +00:00
|
|
|
- bw:
|
|
|
|
type: file
|
|
|
|
description: bigwig file
|
|
|
|
pattern: "*.{bw}"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@jianhong"
|
2022-01-11 21:31:37 +00:00
|
|
|
- "@projectoriented"
|