nf-core_modules/modules/meryl/count/meta.yml

43 lines
1.1 KiB
YAML
Raw Normal View History

2022-05-06 15:04:04 +00:00
name: "meryl_count"
2022-05-09 07:58:58 +00:00
description: A genomic k-mer counter (and sequence utility) with nice features.
2022-05-06 15:04:04 +00:00
keywords:
2022-05-09 07:58:58 +00:00
- k-mer
- count
2022-05-06 15:04:04 +00:00
tools:
- "meryl":
2022-05-09 07:58:58 +00:00
description: "A genomic k-mer counter (and sequence utility) with nice features. "
homepage: "https://github.com/marbl/meryl"
documentation: "https://meryl.readthedocs.io/en/latest/quick-start.html"
tool_dev_url: "https://github.com/marbl/meryl"
2022-05-06 15:04:04 +00:00
doi: ""
licence: "['GPL']"
input:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
2022-05-09 07:58:58 +00:00
- reads:
2022-05-06 15:04:04 +00:00
type: file
2022-05-09 07:58:58 +00:00
description: |
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
respectively.
2022-05-06 15:04:04 +00:00
output:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- versions:
type: file
description: File containing software versions
pattern: "versions.yml"
2022-05-09 07:58:58 +00:00
- meryl_db:
type: directory
description: A Meryl k-mer database
2022-05-06 15:04:04 +00:00
authors:
- "@mahesh-panchal"