Open
Conversation
- Addressing issue where should have been including a space when splitting, e.g. '; ' and ';; '.
Contributor
Author
|
@twhetzel Here's the diff after running this: 94116d94115
< AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/OMO_0003000>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/172200> ". PGD, ERYTHROCYTE")
94118c94117
< AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/172200> "6-phosphogluconate dehydrogenase, erythrocyte")
---
> AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/172200> "6-phosphogluconate dehydrogenase, erythrocyte;. pgd, erythrocyte")
311200,311202c311199,311200
< AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/OMO_0003000>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/609029> "22) SYNDROME")
< AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/609029> "emanuel syndrome")
< AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/609029> "supernumerary der(22)t(11")
---
> AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/609029> "emanuel syndrome")
> AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/609029> "supernumerary der(22)t(11;22) syndrome")
379173c379171
< # Class: <https://omim.org/entry/613700> (supernumerary der(22)t(8)
---
> # Class: <https://omim.org/entry/613700> (supernumerary der(22)t(8;22) syndrome)
379175,379177c379173,379174
< AnnotationAssertion(Annotation(<http://www.geneontology.org/formats/oboInOwl#hasSynonymType> <http://purl.obolibrary.org/obo/OMO_0003000>) <http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/613700> "22) SYNDROME")
< AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/613700> "supernumerary der(22)t(8")
< AnnotationAssertion(rdfs:label <https://omim.org/entry/613700> "supernumerary der(22)t(8")
---
> AnnotationAssertion(<http://www.geneontology.org/formats/oboInOwl#hasExactSynonym> <https://omim.org/entry/613700> "supernumerary der(22)t(8;22) syndrome")
> AnnotationAssertion(rdfs:label <https://omim.org/entry/613700> "supernumerary der(22)t(8;22) syndrome")Looks good, except I think this new one is might be mistake: I think maybe that I emailed OMIM about this, replying to an existing email chain that had a similar issue. Email subject: 301083 alt title;symbol syntax mistake |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Partially addresses:
Summary of fix
Addressing issue where should have been including a space when splitting, e.g. '; ' and ';; '.
Context
Basically, OMIM has title/symbol pairs in
mimTitles.txt. The pairs are delimited by;;. And in each pair, the first entry is a title, with a;after it if there are any associated symbols, with further;delimiting each of those symbols.