-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to call treePL ?? #61
Comments
Didjya try |
I met the same problem. |
@NiuNiuguohao Did you compile it yourself, or did you use conda? If the former, navigate to the |
I using conda command "conda install -c genomedk treepl" which you provide in anaconda, and met the same problem that "bash: treePL: command not found" when typing "treepl" or "treePL". There is another problem is that the version I download from anaconda is 2.6.3, just try your method to cd to the directory to call treePL, the command say it is version1.0 . And the tgz package in github release is the same version of 1.0, is that wrong message? or it is exactly version 1.0? |
@LeoEarnest There is only version 1.0. I am afraid I cannot help with conda, but manual compilation/install is easy. |
Thanks, There would be no problem yet, the version 1.0 can be run in absolute path properly. |
Hi! How to find the absolute path after install it by conda? I didn't find it in /home/anaconda3/envs/treepl/bin . Thanks a lot! |
You can check your path in /home/anaconda3/envs/treepl , there would be a file with no extension name, only called treepl. In your case, you can cd to /home/anaconda3/envs/treepl , then type treepl do use it. Or the second method is to add /home/anaconda3/envs/treepl to your environment variable for example .bashrc file in your /home/user_name folder |
@Galaxy-228 Does the advice from @LeoEarnest help you resolve this issue?
|
Hi everyone. I am trying to install treepl on a server using conda and the advice here. I have navigated to the correct directory but when i type treepl or treePL it comes with command not found still. This is despite the file being there. Weirdly mine is called treePL not treepl. Any thoughts? Not sure Linux Brew is possible and would prefer to install it in a conda environment to keep things separate. Cheers |
You need to add Absolute path of treePL |
Hi~
I have installed 'treepl' with conda (conda install -c genomedk treepl), but when i type 'treepl' it shows 'treepl: command not found', so i
wonder how to call 'treepl'??
Thank u so much!!
The text was updated successfully, but these errors were encountered: