mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-11 04:33:10 +00:00
2c43c39ccc
* Add pycoqc module * Adding pycoqc module tests * Update pycoqc wilth new functions.nf * Update tests to check for json report content
11 lines
326 B
YAML
11 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
|