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

Test file is empty #87

Open
caufieldjh opened this issue Sep 4, 2024 · 1 comment
Open

Test file is empty #87

caufieldjh opened this issue Sep 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@caufieldjh
Copy link
Member

Describe the bug

As of the most recent release (https://github.com/monarch-initiative/phenio/releases/tag/v2024-09-04b), the test artifact contains no terms.

It is created like so:

robot --catalog catalog-v001.xml extract --method MIREOT --input phenio.owl --branch-from-term "UPHENO:0084945" --output phenio-test.owl

The issue is that UPHENO no longer contains a term with the CURIE UPHENO:0084945.

@caufieldjh caufieldjh added the bug Something isn't working label Sep 4, 2024
@caufieldjh
Copy link
Member Author

Partially fixed in https://github.com/monarch-initiative/phenio/releases/tag/v2024-11-05 due to Upheno's reintroduction of obsolete terms. Should change the branch term used in test set creation.

The current phenio-test.owl looks like:

<?xml version="1.0"?>
<rdf:RDF xmlns="http://www.w3.org/2002/07/owl#"
     xml:base="http://www.w3.org/2002/07/owl"
     xmlns:owl="http://www.w3.org/2002/07/owl#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:xml="http://www.w3.org/XML/1998/namespace"
     xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
    <Ontology/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotation properties
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://www.w3.org/2000/01/rdf-schema#comment -->

    <AnnotationProperty rdf:about="http://www.w3.org/2000/01/rdf-schema#comment"/>
    


    <!-- http://www.w3.org/2002/07/owl#deprecated -->

    <AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#deprecated"/>
    


    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Classes
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->

    


    <!-- http://purl.obolibrary.org/obo/UPHENO_0084945 -->

    <Class rdf:about="http://purl.obolibrary.org/obo/UPHENO_0084945">
        <rdfs:comment>http://purl.obolibrary.org/obo/CL_0000015-abnormalMorphologyOfAnatomicalEntity.tsv</rdfs:comment>
        <deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</deprecated>
    </Class>
</rdf:RDF>



<!-- Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi -->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant