-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to full mapping database build (#22)
1. Add zenodo uploads 2. Write configuration to output directory 3. Demonstrate automated upload on protein complex landscape 4. Add automated upload to full database build
- Loading branch information
Showing
23 changed files
with
1,139 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
{ | ||
"name": "SeMRA Anatomy Mappings Database", | ||
"description": "Supports the analysis of the landscape of anatomy nomenclature resources.", | ||
"creators": [ | ||
{ | ||
"name": "Charles Tapley Hoyt", | ||
"orcid": "0000-0003-4423-4370" | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"source": "biomappings" | ||
}, | ||
{ | ||
"source": "gilda" | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "uberon", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "bto", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "caro", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "mesh", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "ncit", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "umls", | ||
"confidence": 0.99 | ||
} | ||
], | ||
"priority": [ | ||
"uberon", | ||
"mesh", | ||
"bto", | ||
"caro", | ||
"ncit", | ||
"umls" | ||
], | ||
"mutations": [ | ||
{ | ||
"source": "uberon", | ||
"confidence": 0.8 | ||
}, | ||
{ | ||
"source": "bto", | ||
"confidence": 0.65 | ||
}, | ||
{ | ||
"source": "caro", | ||
"confidence": 0.8 | ||
}, | ||
{ | ||
"source": "ncit", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "umls", | ||
"confidence": 0.7 | ||
} | ||
], | ||
"subsets": { | ||
"mesh": [ | ||
"mesh:D001829", | ||
"mesh:D009141", | ||
"mesh:D004064", | ||
"mesh:D012137", | ||
"mesh:D014566", | ||
"mesh:D004703", | ||
"mesh:D002319", | ||
"mesh:D009420", | ||
"mesh:D012679", | ||
"mesh:D014024", | ||
"mesh:D005441", | ||
"mesh:D000825", | ||
"mesh:D013284", | ||
"mesh:D006424", | ||
"mesh:D004628", | ||
"mesh:D034582", | ||
"mesh:D018514", | ||
"mesh:D056229", | ||
"mesh:D056226", | ||
"mesh:D056224" | ||
], | ||
"ncit": [ | ||
"ncit:C12219" | ||
], | ||
"umls": [ | ||
"sty:T024", | ||
"sty:T017" | ||
] | ||
}, | ||
"keep_prefixes": [ | ||
"uberon", | ||
"mesh", | ||
"bto", | ||
"caro", | ||
"ncit", | ||
"umls" | ||
], | ||
"remove_imprecise": false, | ||
"raw_pickle_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/raw.pkl", | ||
"raw_sssom_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/raw.sssom.tsv", | ||
"processed_pickle_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/processed.pkl", | ||
"processed_sssom_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/processed.sssom.tsv", | ||
"processed_neo4j_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/neo4j", | ||
"processed_neo4j_name": "semra-anatomy", | ||
"priority_pickle_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/priority.pkl", | ||
"priority_sssom_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/priority.sssom.tsv", | ||
"add_labels": false, | ||
"configuration_path": "/Users/cthoyt/.data/semra/case-studies/anatomy/configuration.json", | ||
"zenodo_record": 11091803 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,159 @@ | ||
{ | ||
"name": "SeMRA Cell and Cell Line Mappings Database", | ||
"description": "Originally a reproduction of the EFO/Cellosaurus/DepMap/CCLE scenario posed in the Biomappings paper, this configuration imports several different cell and cell line resources and identifies mappings between them.", | ||
"creators": [ | ||
{ | ||
"name": "Charles Tapley Hoyt", | ||
"orcid": "0000-0003-4423-4370" | ||
} | ||
], | ||
"inputs": [ | ||
{ | ||
"source": "biomappings" | ||
}, | ||
{ | ||
"source": "gilda" | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "cellosaurus", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "bioontologies", | ||
"prefix": "bto", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "bioontologies", | ||
"prefix": "cl", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "custom", | ||
"prefix": "clo", | ||
"confidence": 0.65 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "efo", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "depmap", | ||
"confidence": 0.99, | ||
"extras": { | ||
"version": "22Q4", | ||
"standardize": true, | ||
"license": "CC-BY-4.0" | ||
} | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "ccle", | ||
"confidence": 0.99, | ||
"extras": { | ||
"version": "2019" | ||
} | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "ncit", | ||
"confidence": 0.99 | ||
}, | ||
{ | ||
"source": "pyobo", | ||
"prefix": "umls", | ||
"confidence": 0.99 | ||
} | ||
], | ||
"priority": [ | ||
"mesh", | ||
"efo", | ||
"cellosaurus", | ||
"ccle", | ||
"depmap", | ||
"bto", | ||
"cl", | ||
"clo", | ||
"ncit", | ||
"umls" | ||
], | ||
"mutations": [ | ||
{ | ||
"source": "efo", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "bto", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "cl", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "clo", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "depmap", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "ccle", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "cellosaurus", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "ncit", | ||
"confidence": 0.7 | ||
}, | ||
{ | ||
"source": "umls", | ||
"confidence": 0.7 | ||
} | ||
], | ||
"subsets": { | ||
"mesh": [ | ||
"mesh:D002477" | ||
], | ||
"efo": [ | ||
"efo:0000324" | ||
], | ||
"ncit": [ | ||
"ncit:C12508" | ||
], | ||
"umls": [ | ||
"sty:T025" | ||
] | ||
}, | ||
"keep_prefixes": [ | ||
"mesh", | ||
"efo", | ||
"cellosaurus", | ||
"ccle", | ||
"depmap", | ||
"bto", | ||
"cl", | ||
"clo", | ||
"ncit", | ||
"umls" | ||
], | ||
"remove_imprecise": false, | ||
"raw_pickle_path": "/Users/cthoyt/.data/semra/case-studies/cells/raw.pkl", | ||
"raw_sssom_path": "/Users/cthoyt/.data/semra/case-studies/cells/raw.sssom.tsv", | ||
"processed_pickle_path": "/Users/cthoyt/.data/semra/case-studies/cells/processed.pkl", | ||
"processed_sssom_path": "/Users/cthoyt/.data/semra/case-studies/cells/processed.sssom.tsv", | ||
"processed_neo4j_path": "/Users/cthoyt/.data/semra/case-studies/cells/neo4j", | ||
"processed_neo4j_name": "semra-cell", | ||
"priority_pickle_path": "/Users/cthoyt/.data/semra/case-studies/cells/priority.pkl", | ||
"priority_sssom_path": "/Users/cthoyt/.data/semra/case-studies/cells/priority.sssom.tsv", | ||
"add_labels": true, | ||
"configuration_path": "/Users/cthoyt/.data/semra/case-studies/cells/configuration.json", | ||
"zenodo_record": 11091581 | ||
} |
Oops, something went wrong.