-
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.
Refactored CURIE generation logic for annotated_target (#76)
* Refactored annotated_target curie generation * Updated version to 0.1.18
- Loading branch information
Showing
4 changed files
with
536 additions
and
490 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
prefixes = { | ||
"CL": "http://purl.obolibrary.org/obo/CL_", | ||
"UBERON": "http://purl.obolibrary.org/obo/UBERON_", | ||
"PATO": "http://purl.obolibrary.org/obo/PATO_", | ||
"MONDO": "http://purl.obolibrary.org/obo/MONDO_", | ||
"HsapDv": "http://purl.obolibrary.org/obo/HsapDv_", | ||
"NCBITaxon": "http://purl.obolibrary.org/obo/NCBITaxon_", | ||
} |
Oops, something went wrong.