mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
592002aa23
* Added new module picard/collectwgsmetrics. * Removed unused outputs from meta.yml * Added version.txt file back to meta.yml * Updated test.yml * Removed md5sum from test.yaml and added contain tests. * Update functions.nf Fixed missing newline formatting. * Update main.nf Fixed missing newline formatting. * style(picard): Remove trailing whitespace Co-authored-by: Kevin Menden <kevin.menden@t-online.de> Co-authored-by: Edmund Miller <edmund.a.miller@protonmail.com>
11 lines
404 B
YAML
11 lines
404 B
YAML
- name: picard collectwgsmetrics test_picard_collectwgsmetrics
|
|
command: nextflow run tests/software/picard/collectwgsmetrics -entry test_picard_collectwgsmetrics -c tests/config/nextflow.config
|
|
tags:
|
|
- picard_collectwgsmetrics
|
|
- picard
|
|
files:
|
|
- path: output/picard/test.CollectWgsMetrics.coverage_metrics
|
|
contains:
|
|
- "GENOME_TERRITORY"
|
|
- "29829"
|
|
- "17554"
|