I am trying to install poretools on my home directory (unix system of school super computer). I installed like:
git clone https://github.com/arq5x/poretools
cd poretools
python setup.py install
python setup.py install --user
export PATH=$PATH:/home/arq5x/.local/bin
All the installation seems to be successful. Then I run poretools , it shows command not found.
I don't know what's the problem.
Could anyone help me?
I am trying to install poretools on my home directory (unix system of school super computer). I installed like: git clone https://github.com/arq5x/poretools cd poretools python setup.py install python setup.py install --user export PATH=$PATH:/home/arq5x/.local/bin All the installation seems to be successful. Then I run poretools , it shows command not found. I don't know what's the problem. Could anyone help me?