Skip to content

Problem with MSIO import #1036

@teisnotte

Description

@teisnotte

Hello there,

I'm new to ontology and I'm running a startup script for an ontology that I'm creating. sh seed-via-docker.sh -c -C XXX.yaml However, it seems I cannot find the MSIO file based on my configuration file. How can I solve this?

First 5 violations:
WARN	missing_definition	root node	IAO:0000115
WARN	missing_definition	description	IAO:0000115
WARN	missing_definition	license	IAO:0000115
WARN	missing_definition	title	IAO:0000115
INFO	missing_superclass	root node	rdfs:subClassOf
curl -L http://purl.obolibrary.org/obo/msio.owl --create-dirs -o tmp/msio-download.owl --retry 4 --max-time 200 && \
robot --catalog catalog-v001.xml convert -i tmp/msio-download.owl -o tmp/mirror-msio.owl
INVALID ONTOLOGY FILE ERROR Could not load a valid ontology from file: msio-download.owl
For details see: http://robot.obolibrary.org/errors#invalid-ontology-file-error
Use the -vvv option to show the stack trace.
Use the --help option to see usage information.

This is the ontology: https://www.ebi.ac.uk/ols4/ontologies/msio

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions