Skip to content

Commit

Permalink
initial fix to biothings/biothings_explorer#563; update the data file…
Browse files Browse the repository at this point in the history
…names and directories
  • Loading branch information
erikyao committed Mar 16, 2023
1 parent 81712bf commit cfe00ec
Show file tree
Hide file tree
Showing 3 changed files with 235 additions and 157 deletions.
15 changes: 8 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@
},
"dumper" : {
"data_url" : [
"http://localhost:8080/dataupload/mysrc/semmeddb/semmedVER43_2022_R_PREDICATION_clean_pyarrow_snappy.parquet",
"http://localhost:8080/dataupload/mysrc/semmeddb/semmedVER43_2022_R_PREDICATION.csv",
"http://localhost:8080/dataupload/mysrc/semmeddb/MRCUI.RRF",
"http://localhost:8080/dataupload/mysrc/semmeddb/UMLS_CUI_Semtype.tsv",
"http://localhost:8080/dataupload/mysrc/semmeddb/semmedVER43_2022_R_PREDICATION_NodeNorm.pickle",
"https://lhncbc.nlm.nih.gov/ii/tools/MetaMap/Docs/SemanticTypes_2018AB.txt"
"http://localhost:8080/dataupload/mysrc/semmeddb/semmedVER43_2023_R_SENTENCE.116080.csv",
"http://localhost:8080/dataupload/mysrc/semmeddb/semmedVER43_2023_R_PREDICATION.116080.csv",

"https://lhncbc.nlm.nih.gov/ii/tools/MetaMap/Docs/SemanticTypes_2018AB.txt",
"http://localhost:8080/dataupload/mysrc/semmeddb/UMLS_CUI_Semtype_2022AB.tsv",

"http://localhost:8080/dataupload/mysrc/semmeddb/2022AB.tar.gz"
],
"uncompress" : false,
"uncompress" : true,
"release" : "version:get_release"
},
"uploader" : {
Expand Down
3 changes: 3 additions & 0 deletions mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ def semmeddb_prediction_mapping(cls):
"pmid": {
"type": "integer"
},
"sentence": {
"type": "text"
},
"subject": {
"properties": {
"umls": {
Expand Down
Loading

0 comments on commit cfe00ec

Please sign in to comment.