nf-core_modules/modules/ataqv/mkarv/meta.yml

32 lines
1,011 B
YAML
Raw Normal View History

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"