nf-core_modules/tests/modules/bcftools/stats/test.yml
SusiJo 41dfa13929
Fix bcftools/stats module (#1953)
* test verified commit bcftools

* adjust tests

* add suggestions

* test for actual file content
2022-09-21 16:10:38 +02:00

26 lines
1.2 KiB
YAML

- name: bcftools stats test_bcftools_stats
command: nextflow run ./tests/modules/bcftools/stats -entry test_bcftools_stats -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/stats/nextflow.config
tags:
- bcftools/stats
- bcftools
files:
- path: output/bcftools/test.bcftools_stats.txt
contains: ["TSTV 0 6 2 3.00 6 2 3.00", "DP 0 1 0 0.000000 5 55.555556"]
- name: bcftools stats test_bcftools_stats_regions
command: nextflow run ./tests/modules/bcftools/stats -entry test_bcftools_stats_regions -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/stats/nextflow.config
tags:
- bcftools/stats
- bcftools
files:
- path: output/bcftools/test.bcftools_stats.txt
contains: ["TSTV 0 5 1 5.00 5 1 5.00", "DP 0 1 0 0.000000 3 42.857143"]
- name: bcftools stats test_bcftools_stats_targets
command: nextflow run ./tests/modules/bcftools/stats -entry test_bcftools_stats_targets -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/stats/nextflow.config
tags:
- bcftools/stats
- bcftools
files:
- path: output/bcftools/test.bcftools_stats.txt
contains: ["TSTV 0 6 2 3.00 6 2 3.00", "DP 0 1 0 0.000000 5 55.555556"]