-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation request #1
Comments
Something about the docker file is not working right. When I run the commands:
I receive the errors:
The difference in errors being with I passed a I opened and interactive session with the docker container using:
When I run this command runs within
I receive a message about flags to use with Prolog (e.g., When I run this command:
It returns:
I don't know how to debug this :( |
@cmungall
This starts outputting lines like:
However, although rdfmatch is in my path, I cannot run:
This returns:
Is there some path setting I need to add so that the necessary modules can be found? |
Added run.sh with d973082 |
yep, you are passing the |
OK, it looks like you are getting the desired results running directly from swipl Running outside the repo: EITHER
This will install from the latest release not github OR (this seems horrible but I haven't found a better way of doing this)
The latter way is better if you want to make frequent changes to the rdf_matcher code |
@cmungall
Thanks
The text was updated successfully, but these errors were encountered: