You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed pyani in Mac using conda create --name pyani_env python=3.8 -y conda activate pyani_env conda install pyani
The installation was successful. I can see several pyani scripts such as /Users/admin/opt/miniconda3/envs/pyani_env/bin/average_nucleotide_identity.py. However, pyani is missing in the bin directory and is not callable.
The text was updated successfully, but these errors were encountered:
Summary:
pyani command not found
Description:
I installed pyani in Mac using
conda create --name pyani_env python=3.8 -y conda activate pyani_env conda install pyani
The installation was successful. I can see several pyani scripts such as /Users/admin/opt/miniconda3/envs/pyani_env/bin/average_nucleotide_identity.py. However,
pyani
is missing in the bin directory and is not callable.The text was updated successfully, but these errors were encountered: