kipoi / examples

A repository to host extended examples and tutorials.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command not found

guthrey1 opened this issue · comments

I followed these instructions:
image

but when I reach the actual kipoi predict step it says command not found. I previously ran multiple kipoi predict jobs simultaneously on this enviornment and I am wondering why now this command cannot be found.

Can you run which kipoi, which gkmpredict and echo $PATH in the kipoi-lsgkm-SVM environment?

Note that if you run the first command (kipoi env create) you don't have to run the second one (kipoi env install).

image
image
Is kipoi in the wrong place?

Hm. Yes. Kipoi doesn't seem to be installed. Could you paste the exact commands you used to reach that environment? Try installing kipoi explicitly using pip install kipoi to the lsgkm-SVM environment and then run the same which commands in a new terminal (after running source activate kipoi lsgkm-SVM)

can we close this issue?