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

Broken clustalo version in conda #670

Open
sbliven opened this issue Feb 21, 2023 · 0 comments
Open

Broken clustalo version in conda #670

sbliven opened this issue Feb 21, 2023 · 0 comments

Comments

@sbliven
Copy link

sbliven commented Feb 21, 2023

When installing via the etetoolkit conda channel the following packages are installed on OSX:

$ conda create -n ete3 -c etetoolkit python=3 ete3 ete_toolchain
...
 argtable2          etetoolkit/osx-64::argtable2-2.13-0
 clustalo           etetoolkit/osx-64::clustalo-1.2.4-h8fd5eaf_0

These versions appear to be incompatible:

$ /usr/local/miniconda/envs/ete3/bin/ete3_apps/bin/clustalo
dyld[8079]: Library not loaded: '/Users/jhc/_Devel/ext_apps/local/lib/libargtable2.0.dylib'
  Referenced from: '/usr/local/miniconda/envs/ete3/bin/ete3_apps/bin/clustalo'
  Reason: tried: '/Users/jhc/_Devel/ext_apps/local/lib/libargtable2.0.dylib' (no such file), '/usr/local/lib/libargtable2.0.dylib' (no such file), '/usr/lib/libargtable2.0.dylib' (no such file)

Aborted

I was able to fix it by installing clustalo from bioconda, then symlinking it to the correct location:

$ conda install -c bioconda clustalo
...

  clustalo            etetoolkit::clustalo-1.2.4-h8fd5eaf_0 --> bioconda::clustalo-1.2.4-h9722bc1_5

$ ln -s $CONDA_PREFIX/bin/clustalo $CONDA_PREFIX/bin/ete3_apps/bin/
$ /usr/local/miniconda/envs/ete3/bin/ete3_apps/bin/clustalo --version
1.2.4

After this the ete3 build check command is successful.

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

1 participant