mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
32 lines
1,011 B
YAML
32 lines
1,011 B
YAML
|
name: "ataqv_mkarv"
|
||
|
description: mkarv function of a corresponding ataqv tool
|
||
|
keywords:
|
||
|
- mkarv
|
||
|
tools:
|
||
|
- "ataqv":
|
||
|
description: "ataqv is a toolkit for measuring and comparing ATAC-seq results. It was written to help understand how well ATAC-seq assays have worked, and to make it easier to spot differences that might be caused by library prep or sequencing."
|
||
|
homepage: "https://github.com/ParkerLab/ataqv/blob/master/README.rst"
|
||
|
documentation: "https://github.com/ParkerLab/ataqv/blob/master/README.rst"
|
||
|
tool_dev_url: "https://github.com/ParkerLab/ataqv"
|
||
|
doi: ""
|
||
|
licence: "['GPL v3']"
|
||
|
|
||
|
input:
|
||
|
- json:
|
||
|
type: file
|
||
|
description: The JSON file with ataqv metrics
|
||
|
pattern: "*.json"
|
||
|
|
||
|
output:
|
||
|
- versions:
|
||
|
type: file
|
||
|
description: File containing software versions
|
||
|
pattern: "versions.yml"
|
||
|
- html:
|
||
|
type: directory
|
||
|
description: Web application to visualize results in HTML format
|
||
|
pattern: "*.html"
|
||
|
|
||
|
authors:
|
||
|
- "@bjlang"
|