-
Notifications
You must be signed in to change notification settings - Fork 5
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
Help figuring out how to run dosdp-tools #338
Comments
Try --obo-prefixes true or --obo-prefixes=true I think that was a recent change.. Dosdp tools is also in the odk container, just FYI :) |
@ramonawalls did Nico's comment help? Or else can I provide some more info? |
@balhoff I'm afraid Nico's comment does not help, because I am already including the --obo-prefixes=true argument. The fact that the command works from within the target/universal/stage/bin/ but not from elsewhere suggests an installation error. I can indeed use the ODK container, but it seems like one should be able to run the tool without that. So demanding, I know. :) |
Can you provide the complete commend you are running? |
@ramonawalls if I take your original comment very literally it gives me an idea. You said "added the executable to my path"; what you should add to your path is the Also it sounds like you're building the tool yourself. We do have pre-built downloads for particular releases: download the |
Hmm. I can't remember, but I think I did build the tool myself. I downloaded the pre-built version, unzipped it to my home directory (/Users/rwalls) and added the path (/Users/rwalls/dosdp-tools-0.17/bin) to my PATH. This seems to have fixed the install problem, because now when I am in /Users/rwalls/gh/srpdio/src/ontology and run The error I was getting before has to do with how the command is formatted. If I run the following
(which uses the
If I put the command first (which does make more sense) and run
it seems to run, but I don't get any output. That might be an error in my input files, though, which I will check. So, at a minimum, the readme file should be changed to have the syntax list the command before the options, to something like:
I'll let you know if I can't get my command working, but for now, it seems like it is working, but just the readme file should be updated to reflect the syntax above and to make it clearer that people should use the pre-built version rather than try to build it themselves. |
Thanks Ramona, I see now that the usage info in the readme is very out of date. |
I installed per the instructions and added the executable to my path. If I am in
target/universal/stage/bin/
and typedosdp-tools -h
I get a reasonable help message, but if I am anywhere else, I get a help message that is not specific to the tool. When I try to run the tool, I get errors likeUnrecognized argument: --obo-prefixes
.I guess this has something to do with dependencies, but it is beyond my skill to figure out what, even with google.
Any suggestion, @balhoff?
The text was updated successfully, but these errors were encountered: