-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathwatt_config.yml
33 lines (30 loc) · 1.24 KB
/
watt_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
AggregatePRSResults:
path: "/ImputationPipeline/AggregatePRSResults.wdl"
tests:
base:
test_inputs: "/test/AggregatePRSResults/test_inputs.json"
expected_outputs: "/test/AggregatePRSResults/test_outputs.json"
BenchmarkVCFs:
path: "/BenchmarkVCFs/BenchmarkVCFs.wdl"
tests:
base:
test_inputs: "/test/BenchmarkVCFs/test_base_inputs.json"
expected_outputs: "/test/BenchmarkVCFs/test_base_outputs.json"
ignore_filters:
test_inputs: "/test/BenchmarkVCFs/test_ignore_filters_input.json"
expected_outputs: "/test/BenchmarkVCFs/test_ignore_filters_outputs.json"
unmatching_genotypes:
test_inputs: "/test/BenchmarkVCFs/test_unmatching_genotypes_inputs.json"
expected_outputs: "/test/BenchmarkVCFs/test_unmatching_genotypes_outputs.json"
BenchmarkAndCompareVCFs:
path: "/BenchmarkVCFs/BenchmarkAndCompareVCFs.wdl"
tests:
base:
test_inputs: "/test/BenchmarkAndCompareVCFs/test_inputs.json"
expected_outputs: "/test/BenchmarkAndCompareVCFs/test_outputs.json"
Glimpse2Imputation:
path: "/GlimpseImputationPipeline/Glimpse2Imputation.wdl"
tests:
base:
test_inputs: "/test/Glimpse2Imputation/test_inputs.json"
expected_outputs: "/test/Glimpse2Imputation/test_outputs.json"