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
I did a global install of bionode, which installed /usr/bin/bionode in my $PATH.
When I run "bionode" I get this error:
Please check the documentation at http://doc.bionode.io
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
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 subfolder bionode-ncbi but I don't have any tool called bionode-ncbi I can run?
I've never really used npm/Node software before, so any help appreciated.
I did a global install of bionode, which installed
/usr/bin/bionodein 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-ncbibut I don't have any tool calledbionode-ncbiI can run?I've never really used npm/Node software before, so any help appreciated.