nf-core_modules/modules/ataqv/mkarv/meta.yml
Björn Langer b5facb2db2
Ataqv mkarv (#1857)
* first draft

* fix test run

* Apply suggestions from code review

Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>

* Update tests/modules/ataqv/mkarv/test.yml

* Update tests/modules/ataqv/mkarv/test.yml

* Update tests/modules/ataqv/mkarv/test.yml

* Update tests/modules/ataqv/mkarv/test.yml

* Update tests/modules/ataqv/mkarv/test.yml

* Update modules/ataqv/mkarv/nextflow.config

* Delete nextflow.config

* Update tests/modules/ataqv/mkarv/test.yml

* fix linting

* fix linting

Co-authored-by: bjlang <>
Co-authored-by: Jose Espinosa-Carrasco <kadomu@gmail.com>
2022-07-07 22:40:31 +02:00

31 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"