Skip to content

Commit

Permalink
Used jq to read all JSON files in the project and reformat them to st…
Browse files Browse the repository at this point in the history
…andardize the JSON
  • Loading branch information
SeriousHorncat committed Jan 6, 2025
1 parent 593fd58 commit 0db78eb
Show file tree
Hide file tree
Showing 27 changed files with 5,996 additions and 5,409 deletions.
931 changes: 702 additions & 229 deletions backend/annotation-render-layout.json

Large diffs are not rendered by default.

87 changes: 47 additions & 40 deletions backend/tests/fixtures/analysis-CPAM0002.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,78 +8,85 @@
"data_source": "Ensembl",
"version": "112"
}
}, {
},
{
"Polyphen Score": {
"data_source": "Ensembl",
"version": "112"
}
},{
"data_source": "Ensembl",
"version": "112"
}
},
{
"Entrez Gene Id": {
"data_source": "Rosalution",
"version": "rosalution-manifest-00"
}
},{
},
{
"HPO_NCBI_GENE_ID": {
"data_source": "HPO",
"version": "2024-09-06"
}
},{
},
{
"Ensembl Gene Id": {
"data_source": "Ensembl",
"version": "112"
}
},{
},
{
"ClinGen_gene_url": {
"data_source": "Rosalution",
"version": "rosalution-manifest-00"
}
},{
},
{
"OMIM": {
"data_source": "HPO",
"version": "2024-09-06"
}
},{
},
{
"ClinVar_Variantion_Id": {
"data_source": "Rosalution",
"version": "rosalution-manifest-00"
}
},{
},
{
"HGNC_ID": {
"data_source": "Ensembl",
"version": "112"
}
},{
},
{
"ClinVar_variant_url": {
"data_source": "Rosalution",
"version": "rosalution-manifest-00"
}
}, {
"SIFT Score":
{
"data_source": "Rosalution",
"version": "rosalution-manifest-00"
}
},
{
"SIFT Score": {
"data_source": "Ensembl",
"version": "112"
}
}, {
"Consequences":
{
"data_source": "Ensembl",
"version": "112"
}
},
{
"SIFT Prediction":
{
"data_source": "Ensembl",
"version": "112"
}
},
{
"transcript_id":
{
"data_source": "Ensembl",
"version": "112"
}
}
},
{
"Consequences": {
"data_source": "Ensembl",
"version": "112"
}
},
{
"SIFT Prediction": {
"data_source": "Ensembl",
"version": "112"
}
},
{
"transcript_id": {
"data_source": "Ensembl",
"version": "112"
}
}
],
"genomic_units": [
{
Expand Down Expand Up @@ -346,4 +353,4 @@
"comments": "hello world"
}
]
}
}
Loading

0 comments on commit 0db78eb

Please sign in to comment.