-
Notifications
You must be signed in to change notification settings - Fork 0
/
vidarrtest-regression.json.in
executable file
·69 lines (69 loc) · 2.67 KB
/
vidarrtest-regression.json.in
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[
{
"arguments": {
"hlaminer.fastqR1": {
"contents": {
"configuration": "/.mounts/labs/gsi/testdata/hlaminer/input_data/SWID_15949654_CRE_0002_Pb_R_PE_409_WG_200124_A00469_0077_BHNGLTDSXX_GAGACGAT-TAACCGGT_L002_001.annotated.subset_R1.fastq.gz",
"externalIds": [
{
"id": "TEST",
"provider": "TEST"
}
]
},
"type": "EXTERNAL"
},
"hlaminer.fastqR2": {
"contents": {
"configuration": "/.mounts/labs/gsi/testdata/hlaminer/input_data/SWID_15949654_CRE_0002_Pb_R_PE_409_WG_200124_A00469_0077_BHNGLTDSXX_GAGACGAT-TAACCGGT_L002_001.annotated.subset_R2.fastq.gz",
"externalIds": [
{
"id": "TEST",
"provider": "TEST"
}
]
},
"type": "EXTERNAL"
},
"hlaminer.runHlaMiner.hlaFasta": "$HLAMINER_BWA_INDEX_ROOT/HLA-I_II_GEN.fasta",
"hlaminer.outputFileNamePrefix": "TESTING",
"hlaminer.runHlaMiner.pDesignationFile": "$HLAMINER_BWA_INDEX_ROOT/HLAminer_v1.4/database/hla_nom_p.txt",
"hlaminer.runHlaMiner.hlaMiner": "$HLAMINER_ROOT/bin/HLAminer.pl",
"hlaminer.runHlaMiner.modules": "hlaminer/1.4 hlaminer-bwa-index/0.7.17 bwa/0.7.17",
"hlaminer.runHlaMiner.jobMemory": 8,
"hlaminer.runHlaMiner.timeout": 20
},
"description": "HLAminer workflow test",
"engineArguments": {
"write_to_cache": false,
"read_from_cache": false
},
"id": "hlaminer_test",
"metadata": {
"hlaminer.resultFile": {
"contents": [
{
"outputDirectory": "@SCRATCH@/@DATE@_Workflow_hlaminer_hlaminer_test_@JENKINSID@"
}
],
"type": "ALL"
},
"hlaminer.logFile": {
"contents": [
{
"outputDirectory": "@SCRATCH@/@DATE@_Workflow_hlaminer_hlaminer_test_@JENKINSID@"
}
],
"type": "ALL"
}
},
"validators": [
{
"metrics_calculate": "@CHECKOUT@/tests/calculate.sh",
"metrics_compare": "@CHECKOUT@/tests/compare.sh",
"output_metrics": "/.mounts/labs/gsi/testdata/hlaminer/output_metrics/hlaminer_test2.metrics",
"type": "script"
}
]
}
]