mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 12:43:09 +00:00
12 lines
326 B
YAML
12 lines
326 B
YAML
|
- name: pycoqc
|
||
|
command: nextflow run ./tests/software/pycoqc -entry test_pycoqc -c tests/config/nextflow.config
|
||
|
tags:
|
||
|
- pycoqc
|
||
|
files:
|
||
|
- path: output/pycoqc/pycoqc.json
|
||
|
contains:
|
||
|
- '"reads_number": 100,'
|
||
|
- '"bases_number": 1160,'
|
||
|
- '"N50": 12,'
|
||
|
- path: output/pycoqc/pycoqc.html
|