mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
b5facb2db2
* 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>
31 lines
1,011 B
YAML
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"
|