Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split GPI parents field on pipes #122

Merged
merged 1 commit into from
Oct 26, 2024
Merged

Split GPI parents field on pipes #122

merged 1 commit into from
Oct 26, 2024

Conversation

balhoff
Copy link
Member

@balhoff balhoff commented Oct 26, 2024

The recent change to the NEO build uncovered an existing problem where the parents column was not being split on pipes. So ids were being concatenated together with encoded pipes:

<!-- http://identifiers.org/wormbase/CE01192 -->

    <owl:Class rdf:about="http://identifiers.org/wormbase/CE01192">
        <rdfs:subClassOf>
            <owl:Restriction>
                <owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/go/noctua/neo#has_gene_template"/>
                <owl:someValuesFrom rdf:resource="http://identifiers.org/wormbase/F44D12.3%7CWB%3AF44D12.5%7CWB%3AF44D12.7%7CWB%3AC35D10.11"/>
            </owl:Restriction>
        </rdfs:subClassOf>
    </owl:Class>

@balhoff balhoff requested review from cmungall and kltm October 26, 2024 01:15
Copy link
Member

@kltm kltm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like additional separation as discussed.

@kltm kltm merged commit 90e21e9 into master Oct 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants