2022-03-15 09:20:46 +00:00
|
|
|
name: cnvpytor_partition
|
|
|
|
description: partitioning read depth histograms
|
|
|
|
keywords:
|
|
|
|
- cnv calling
|
|
|
|
- partition histograms
|
|
|
|
tools:
|
|
|
|
- cnvpytor:
|
|
|
|
description: calling CNVs using read depth
|
|
|
|
homepage: https://github.com/abyzovlab/CNVpytor
|
|
|
|
documentation: https://github.com/abyzovlab/CNVpytor
|
|
|
|
tool_dev_url: https://github.com/abyzovlab/CNVpytor
|
|
|
|
doi: "10.1101/2021.01.27.428472v1"
|
2022-03-18 13:27:50 +00:00
|
|
|
licence: ["MIT"]
|
2022-03-15 09:20:46 +00:00
|
|
|
|
|
|
|
input:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test' ]
|
|
|
|
- pytor:
|
|
|
|
type: file
|
|
|
|
description: pytor file containing read depth data
|
|
|
|
pattern: "*.{pytor}"
|
2022-05-03 12:26:34 +00:00
|
|
|
- bin_sizes:
|
|
|
|
type: string
|
|
|
|
description: list of binsizes separated by space e.g. "1000 10000" and "1000"
|
2022-03-15 09:20:46 +00:00
|
|
|
|
|
|
|
output:
|
|
|
|
- meta:
|
|
|
|
type: map
|
|
|
|
description: |
|
|
|
|
Groovy Map containing sample information
|
|
|
|
e.g. [ id:'test' ]
|
|
|
|
- partitions:
|
|
|
|
type: file
|
|
|
|
description: pytor file containing partitions of read depth histograms using mean-shift method
|
|
|
|
pattern: "*.{pytor}"
|
|
|
|
- versions:
|
|
|
|
type: file
|
|
|
|
description: File containing software versions
|
|
|
|
pattern: "versions.yml"
|
|
|
|
|
|
|
|
authors:
|
|
|
|
- "@sima-r"
|