Skip to content
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

Directions for installing in google colab #5

Open
kchurchwell opened this issue Nov 11, 2022 · 0 comments
Open

Directions for installing in google colab #5

kchurchwell opened this issue Nov 11, 2022 · 0 comments

Comments

@kchurchwell
Copy link

I'm having trouble running in google colab

  1. !/content/negbio2/negbio/negbio_pipeline neg --output=/content/negbio2/ /content/negbio2/1.xml

gives this error:
/bin/bash: /content/negbio2/negbio/negbio_pipeline: No such file or directory

  1. !python /content/negbio2/negbio/negbio_pipeline neg --output=/content/negbio2/ /content/negbio2/1.xml

gives this error:
python3: can't open file '/content/negbio2/negbio/negbio_pipeline': [Errno 2] No such file or directory

  1. !python /content/negbio2/negbio/negbio_pipeline.py neg2 --output=/content/negbio2/ /content/negbio2/1.xml

gives this error:
Traceback (most recent call last):
File "/content/negbio2/negbio/negbio_pipeline.py", line 24, in
from negbio.cli_utils import parse_args
ModuleNotFoundError: No module named 'negbio'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant