Coder Social home page Coder Social logo

Comments (4)

widdowquinn avatar widdowquinn commented on August 11, 2024 1

Thanks for the very detailed report @joneson

I think this may be due to an issue with the conda-provided mummer. I see this issue, myself.

 % conda list | grep mummer                                                                      [3:21:36]
mummer                    3.23                h6de7cb9_11    bioconda
% nucmer --version                                                                              [3:22:38]
nucmer
NUCmer (NUCleotide MUMmer) version 3.1
% head /opt/anaconda3/envs/pyani_py310/bin/nucmer                                               [3:26:48]
#!/usr/bin/perl
[...]
% mamba install mummer=3.23=h589c0e0_12 -y
% conda list | grep mummer                                                                      [3:24:40]
mummer                    3.23                h589c0e0_12    bioconda
% nucmer --version                                                                              [3:24:58]
zsh: /opt/anaconda3/envs/pyani_py310/bin/nucmer: bad interpreter: /usr/local/bin/perl: no such file or directory
% head /opt/anaconda3/envs/pyani_py310/bin/nucmer                                               [3:25:08]
#!/usr/local/bin/perl
[...]

This has been reported as an issue at bioconda (bioconda/bioconda-recipes#28209), but remains unfixed 18mo later. The problem is with bioconda-recipes, and the workaround for now is to downgrade the conda mummer with:

% conda install mummer=3.23=h6de7cb9_11

If this remains unfixed, I may have to pin mummer to a specific build in the requirements*.txt files.

from pyani.

joneson avatar joneson commented on August 11, 2024

Great! Thank-you much. Downgrading mummer got me through "pyani anim" as expected. After this I wasn't able to run "pyani report" for either --formats html or excel until after I installed jinja2 and openpyxl in the environment, and then re-installing pyani. After that I am able to get through the First Analysis with expected results.

from pyani.

liamfriar avatar liamfriar commented on August 11, 2024

Hi. I just want to confirm that I had the same problem and the downgrade also appears to have fixed it. I am running v 0.2.12 via a conda install. So, this might also be the solution to this old issue #93 .

from pyani.

widdowquinn avatar widdowquinn commented on August 11, 2024

Thanks for the info @liamfriar - i'm a little reluctant to pin a mummer version, in case of updates, but I should make a FAQ page or something in the docs.

Cheers,

L.

from pyani.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.