nf-core_modules/modules/ucsc/bigwigaverageoverbed/meta.yml
Gregor Sturm 906577873b
Bulk update modules to use versions.yml (#739)
* New functions.nf

* Convert code to create versions.yml

* Update meta.yml

* update output channel

* Fix more meta.yml

* Manually update remaining modules

* remove superflous echo

* Fix misformatted meta.yml files

* Fix yaml, was list instead of dict

* fix version for bcftools

Co-authored-by: Harshil Patel <drpatelh@users.noreply.github.com>
2021-09-27 09:41:24 +01:00

46 lines
1 KiB
YAML

name: ucsc_bigwigaverageoverbed
description: compute average score of bigwig over bed file
keywords:
- bigwig
- bedGraph
tools:
- ucsc:
description: Compute average score of big wig over each bed, which may have introns.
homepage: None
documentation: None
tool_dev_url: None
doi: ""
licence: ['varies; see http://genome.ucsc.edu/license']
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bed:
type: file
description: bed file
pattern: "*.{bed}"
- bigwig:
type: file
description: bigwig file
pattern: "*.{bigwig,bw}"
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- version:
type: file
description: File containing software version
pattern: "versions.yml"
- tab:
type: file
description: tab file
pattern: "*.{tab}"
authors:
- "@jianhong"