Skip to content

Commit 4fcebef

Browse files
committed
mention BED format coordinates
1 parent 6693cac commit 4fcebef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data/STRchive-loci.schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,27 @@
1212
"type": [ "string", "null" ]
1313
},
1414
"start_hg38": {
15-
"description": "Start position in hg38 reference genome. Coordinates are 0-based, half-open.",
15+
"description": "Start position in hg38 reference genome. Coordinates are BED style: 0-based, half-open.",
1616
"type": [ "integer", "null" ]
1717
},
1818
"stop_hg38": {
19-
"description": "Stop position in hg38 reference genome. Coordinates are 0-based, half-open.",
19+
"description": "Stop position in hg38 reference genome. Coordinates are BED style: 0-based, half-open.",
2020
"type": [ "integer", "null" ]
2121
},
2222
"start_hg19": {
23-
"description": "Start position in hg19 reference genome. Coordinates are 0-based, half-open.",
23+
"description": "Start position in hg19 reference genome. Coordinates are BED style: 0-based, half-open.",
2424
"type": [ "integer", "null" ]
2525
},
2626
"stop_hg19": {
27-
"description": "Stop position in hg19 reference genome. Coordinates are 0-based, half-open.",
27+
"description": "Stop position in hg19 reference genome. Coordinates are BED style: 0-based, half-open.",
2828
"type": [ "integer", "null" ]
2929
},
3030
"start_t2t": {
31-
"description": "Start position in chm13-T2T reference genome. Coordinates are 0-based, half-open.",
31+
"description": "Start position in chm13-T2T reference genome. Coordinates are BED style: 0-based, half-open.",
3232
"type": [ "integer", "null" ]
3333
},
3434
"stop_t2t": {
35-
"description": "Stop position in chm13-T2T reference genome. Coordinates are 0-based, half-open.",
35+
"description": "Stop position in chm13-T2T reference genome. Coordinates are BED style: 0-based, half-open.",
3636
"type": [ "integer", "null" ]
3737
},
3838
"id": {

0 commit comments

Comments
 (0)