nf-core_modules/tests/modules/fq/lint/test.yml

19 lines
597 B
YAML
Raw Normal View History

- name: fq lint test_fq_lint_success
command: nextflow run ./tests/modules/fq/lint -entry test_fq_lint_success -c ./tests/config/nextflow.config -c ./tests/modules/fq/lint/nextflow.config
tags:
- fq
- fq/lint
files:
- path: output/fq/test.fq_lint.txt
contains:
- "fq-lint start"
- "read 100 records"
- "fq-lint end"
- name: fq lint test_fq_lint_fail
command: nextflow run ./tests/modules/fq/lint -entry test_fq_lint_fail -c ./tests/config/nextflow.config -c ./tests/modules/fq/lint/nextflow.config
tags:
- fq
- fq/lint
exit_code: 1