You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up ROBOT...
ROBOT path: /home/harry/kg-obo/robot
ROBOT evironment variables: -Xmx12g -XX:+UseG1GC
Testing S3 only, so assuming lock is not set.
Testing S3 only - mock checking lock status.
Mock searching kg-obo/tracking.yaml in bucket
Will simulate uploading using the following paths:
* bucket: bucket
* remote path: kg-obo
* local path: data
bfo
<MagicMock name='get_url()' id='139815864793168'>
Current VersionIRI for bfo: http://purl.obolibrary.org/obo/bfo/2019-08-26/bfo.owl
Current version for bfo: 2019-08-26
In bfo, used this value for version: versionIRI
Don't have this version of bfo yet - will transform.
Could not parse OWL definitions enough to locate any imports.
No imports found for bfo.
Completed download from <MagicMock name='get_url()' id='139815864793168'> to /tmp/bfogiry5gew.
Moving from /tmp/bfogiry5gew to data/bfo/2019-08-26/bfo.owl.
ROBOT preprocessing: relax bfo
Relaxing /tmp/bfogiry5gew to /tmp/tmp7gnejkmp_bfo_relaxed.owl...
Complete.
Before relax: 0 lines. After relax: 15 lines.
ROBOT preprocessing: node ID normalization on bfo
Retrieving entity names in /tmp/tmp7gnejkmp_bfo_relaxed.owl...
Exported IDs to /tmp/tmp7gnejkmp_bfo_relaxed.owl.ids.csv.
All identifiers in /tmp/tmp7gnejkmp_bfo_relaxed.owl are as expected.
No identifiers in /tmp/tmp7gnejkmp_bfo_relaxed.owl will be normalized.
ROBOT preprocessing: convert bfo
Converting /tmp/tmp7gnejkmp_bfo_relaxed.owl to data/bfo/2019-08-26/bfo.json...
ROBOT encountered an error:
RAN: /home/harry/kg-obo/robot convert --input /tmp/tmp7gnejkmp_bfo_relaxed.owl --format json --output data/bfo/2019-08-26/bfo.json
STDOUT:
OBO GRAPH ERROR Could not convert ontology to OBO Graph (see https://github.com/geneontology/obographs)
For details see: http://robot.obolibrary.org/errors#obo-graph-error
Use the -vvv option to show the stack trace.
Use the --help option to see usage information.
STDERR:
Will try to repair...
ROBOT encountered another error:
RAN: /home/harry/kg-obo/robot remove --input /tmp/tmp7gnejkmp_bfo_relaxed.owl --select object-properties --output data/bfo/2019-08-26/bfo.json
STDOUT:
OBO GRAPH ERROR Could not convert ontology to OBO Graph (see https://github.com/geneontology/obographs)
For details see: http://robot.obolibrary.org/errors#obo-graph-error
Use the -vvv option to show the stack trace.
Use the --help option to see usage information.
STDERR:
ROBOT encountered yet another error:
RAN: /home/harry/kg-obo/robot remove --input /tmp/tmp7gnejkmp_bfo_relaxed.owl --term rdfs:comment --output data/bfo/2019-08-26/bfo.json
STDOUT:
OBO GRAPH ERROR Could not convert ontology to OBO Graph (see https://github.com/geneontology/obographs)
For details see: http://robot.obolibrary.org/errors#obo-graph-error
Use the -vvv option to show the stack trace.
Use the --help option to see usage information.
STDERR:
Replacing any invalid prefixes...
------------------------------------------------------------------------------------------------ Captured stderr call -------------------------------------------------------------------------------------------------
0%| | 0.00/1.00k [00:00<?, ?B/s] [00:00<?, ?it/s]
0%| | 0.00/1.00 [00:00<?, ?B/s]]
processing ontologies: 0%| | 0/1 [00:03<?, ?it/s]
-------------------------------------------------------------------------------------------------- Captured log call --------------------------------------------------------------------------------------------------
INFO kg-obo:transform.py:844 Will test S3 upload instead of actually uploading.
INFO kg-obo:transform.py:849 Loading bfo
INFO kg-obo:transform.py:895 Current VersionIRI for bfo: http://purl.obolibrary.org/obo/bfo/2019-08-26/bfo.owl
INFO kg-obo:transform.py:897 Current version for bfo: 2019-08-26
INFO kg-obo:transform.py:899 In bfo, used this value for version: versionIRI
INFO kg-obo:transform.py:938 Don't have this version of bfo yet - will transform.
INFO kg-obo:transform.py:956 No imports found for bfo.
INFO kg-obo:transform.py:988 Completed download from <MagicMock name='get_url()' id='139815864793168'> to /tmp/bfogiry5gew.
INFO kg-obo:transform.py:990 Moving from /tmp/bfogiry5gew to data/bfo/2019-08-26/bfo.owl.
INFO kg-obo:transform.py:1002 ROBOT preprocessing: relax bfo
INFO kg-obo:transform.py:1019 Before relax: 0 lines. After relax: 15 lines.
The text was updated successfully, but these errors were encountered:
It would be nice to use newer versions of
robot
, but...In #206, I saw that versions of
robot
newer than v1.8.3 appeared to break the transformation process, at least with BFO in the tests.The test failure:
and the output:
The text was updated successfully, but these errors were encountered: