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

Installation issues #429

Open
TommyH-Tran opened this issue May 4, 2024 · 1 comment
Open

Installation issues #429

TommyH-Tran opened this issue May 4, 2024 · 1 comment

Comments

@TommyH-Tran
Copy link

Summary:

pyani: command not found

Description:

I have followed the steps to install pyani using conda in Ubuntu. After I make the enviornment, install pyani and third party packages I cannot run the command pyani.

I followed the installation guide here: https://pyani.readthedocs.io/en/latest/installation.html
I also tried following the one on Github but still encountered the same problem.

Reproducible Steps:

conda create --name pyani --yes python=3.7
conda activate pyani
conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda install --yes pyani

(pyani) tom@DESKTOP-TBQ1J5R:~/miniconda3/envs/pyani/bin$ pyani --version
pyani: command not found

(pyani) tom@DESKTOP-TBQ1J5R:~/miniconda3/envs/pyani/bin$ average_nucleotide_identity.py --version
average_nucleotide_identity.py: pyani 0.2.12

Current Output:

(pyani) tom@DESKTOP-TBQ1J5R:~/miniconda3/envs/pyani/bin$ pyani --version
pyani: command not found

Expected Output:

$ pyani --version
pyani 0.2.9

Operating System: WSL2 Ubuntu on Windows

@widdowquinn
Copy link
Owner

Hi @TommyH-Tran - this is the same issue as #419 #412 #411 etc.

Installing pyani via conda install pyani gives you v0.2.x which is run using the average_nucleotide_identity.py command. Please see the https://github.com/widdowquinn/pyani/blob/master/README_v_0_2_x.md for relevant documentation.

Cheers,

L.

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

2 participants