-
Notifications
You must be signed in to change notification settings - Fork 0
/
assayATACSeq.json
49 lines (49 loc) · 1.33 KB
/
assayATACSeq.json
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
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ATACSeq Assay Validation Schema",
"$id":"cmolitor.test-assayValidation.assayATACSeq",
"description": "Validates PsychENCODE ATACSeq assay metadata",
"allOf": [
{
"$ref": "cmolitor.test-assayValidation.baseAssay"
}
],
"properties": {
"isStranded": {
"$ref": "cmolitor.test-annotations.isStranded"
},
"libraryBatch": {
"$ref": "cmolitor.test-annotations.libraryBatch"
},
"libraryID": {
"$ref": "cmolitor.test-annotations.libraryID"
},
"libraryPreparationMethod": {
"$ref": "cmolitor.test-annotations.libraryPreparationMethod"
},
"meanCoverage": {
"$ref": "cmolitor.test-annotations.meanCoverage"
},
"meanGCContent": {
"$ref": "cmolitor.test-annotations.meanGCContent"
},
"pcrCycles": {
"$ref": "cmolitor.test-annotations.pcrCycles"
},
"readLength": {
"$ref": "cmolitor.test-annotations.readLength"
},
"readStrandOrigin": {
"$ref": "cmolitor.test-annotations.readStrandOrigin"
},
"runType": {
"$ref": "cmolitor.test-annotations.runType"
},
"sequencingBatch": {
"$ref": "cmolitor.test-annotations.sequencingBatch"
},
"transposaseBatch": {
"$ref": "cmolitor.test-annotations.transposaseBatch"
}
}
}