2021-03-24 18:14:11 +00:00
|
|
|
- name: bcftools stats test_bcftools_stats
|
2022-09-21 14:10:38 +00:00
|
|
|
command: nextflow run ./tests/modules/bcftools/stats -entry test_bcftools_stats -c ./tests/config/nextflow.config -c ./tests/modules/bcftools/stats/nextflow.config
|
2021-02-08 14:16:51 +00:00
|
|
|
tags:
|
2022-09-21 14:10:38 +00:00
|
|
|
- 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
|
2021-02-08 14:16:51 +00:00
|
|
|
- bcftools
|
2022-09-21 14:10:38 +00:00
|
|
|
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:
|
2021-04-08 08:10:52 +00:00
|
|
|
- bcftools/stats
|
2022-09-21 14:10:38 +00:00
|
|
|
- bcftools
|
2021-02-08 14:16:51 +00:00
|
|
|
files:
|
|
|
|
- path: output/bcftools/test.bcftools_stats.txt
|
2022-09-21 14:10:38 +00:00
|
|
|
contains: ["TSTV 0 6 2 3.00 6 2 3.00", "DP 0 1 0 0.000000 5 55.555556"]
|