Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store

.venv
venv

.idea

3 changes: 1 addition & 2 deletions examples/csv-frequency/cau.hfx-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"nomenclatureUsed": {
"database": "IPD-IMGT/HLA",
"group": "",
"version": "3.20.0"
},
"producer": {
Expand All @@ -60,7 +59,7 @@
"year": "2007"
}
},
"frequencyLocation": "file://cau.csv",
"frequencyDataLocation": "file://cau.csv",
"checkSum": "8e7bb58cff1a32c250898c13f2c354f4"
}
}
3 changes: 1 addition & 2 deletions examples/inline-frequency/cau.hfx-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"nomenclatureUsed": {
"database": "IPD-IMGT/HLA",
"group": "",
"version": "3.20.0"
},
"producer": {
Expand All @@ -60,7 +59,7 @@
"year": "2007"
}
},
"frequencyLocation": "inline"
"frequencyDataLocation": "inline"
},
"frequencyData": [
{
Expand Down
10 changes: 3 additions & 7 deletions hfx.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"producer": {
"$ref": "#/$defs/producer"
},
"frequencyLocation": {
"frequencyDataLocation": {
"$ref": "#/$defs/frequencyDataLocation"
},
"license": {
Expand All @@ -52,7 +52,7 @@
"hfeMethod",
"cohortDescription",
"nomenclatureUsed",
"frequencyLocation"
"frequencyDataLocation"
],
"additionalProperties": false
},
Expand Down Expand Up @@ -163,7 +163,7 @@
"properties": {
"species": {
"type": "string",
"description": "The species the Hf set is based on"
"description": "Species as defined in https://www.ebi.ac.uk/ena/ i.e. https://www.ebi.ac.uk/ena/browser/view/Taxon:9606 for 'human'"
},
"population": {
"type": "array",
Expand Down Expand Up @@ -268,10 +268,6 @@
],
"description": "IPD main groups"
},
"group": {
"type": "string",
"description": "Groups such as NHP, DLA, FISH etc.."
},
"version": {
"type": "string",
"description": "Version of the IPD database"
Expand Down