-
Notifications
You must be signed in to change notification settings - Fork 54
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
Seems like src/envo/Makefile
would benefit from a clean
target
#1602
Comments
make: *** No rule to make target 'envo-edit.owl', needed by 'mirror/pato.owl'. Stop. re-checked-out
how are these regenerated? |
robot query -f tsv -i envo.owl -q sparql/edges.sparql reports/envo-edges.tsv.tmp && mv reports/envo-edges.tsv.tmp reports/envo-edges.tsv
|
OK after mkdir reports |
robot --catalog catalog-v001.xml report -p reports/report_profile_edit.txt -l true -i envo-edit.owl --fail-on ERROR --print 5 -o reports/envo-edit-robot-report.tsv
|
git checkout reports/report_profile_edit.txt |
@turbomam please state the issue clearly and completely in the first post - the stream of consciousness issues that you've recently opened are hard to follow |
make clean
mkdir reports
git checkout reports/report_profile_edit.txt
git checkout envo-edit.owl
./run.sh make all_imports still complains about missing files like ./run.sh make imports/bfo_import.owl |
Note this make process was inherited from OBO. I think some sort of dummy import files are needed to initiate. They will be overwritten. No idea why, @cmungall may be able to explain. |
I find it challenging to debug the EnvO build process. I would expect that I can return to a known good state at any time by running a cleanup target followed by an all target, even if that means the build will take more time the next time around. I do not see any cleanup target in any of the EnvO makefiles at this time.
ChatGPT suggests
The text was updated successfully, but these errors were encountered: