-
Notifications
You must be signed in to change notification settings - Fork 20
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
Unexpected error when running 'bionode' #9
Comments
Hi Torsten, first of all, sorry for the slow response!
Well... In a way ;) After reproducing and looking at the code I found that it's expected behavior, but a very unhelpful error message, which we should improve: I hope this fixes your problem! |
Do you want me to submit a new issue to improve the error message? Here's some suggestions on improving the interface: http://www.gigasciencejournal.com/content/2/1/15 |
Thanks for the link. I talked to @bmpvieira last night about replacing the library that is currently used for argument parsing so that we can easily have things like usage info, argument validation, etc. I'll create a new issue later, probably against bionode/bionode as this affects all sub-projects. |
Thanks @tseemann. This is one of those obvious issues that should have been fixed by now but hasn't due to lack of time and also because of the minimal library used for parsing arguments (minimist). As @c089 said, we'll switch to a more full-blown parser (yargs) and add this. Since it's not limited to In the meantime, you can check each module's README.md which links to the documentation (e.g., bionode-ncbi docs) and the global docs at doc.bionode.io, resulting from the concatenation of all individual html docs (WIP: bionode/bionode#27). |
I did a global install of bionode, which installed
/usr/bin/bionode
in my$PATH
.When I run "bionode" I get this error:
Is this expected behaviour?
I notice it downloaded and installed a bunch of tools, and I can see them in
/usr/lib/node_modules/bionode/node_modules/
including a subfolderbionode-ncbi
but I don't have any tool calledbionode-ncbi
I can run?I've never really used npm/Node software before, so any help appreciated.
The text was updated successfully, but these errors were encountered: