Giter Club home page Giter Club logo

Comments (4)

andrewjpage avatar andrewjpage commented on August 14, 2024

Are these programs available in your PATH? So if you type just 'nucmer' on
the command line, what happens?

On 18 July 2016 at 07:31, mthang [email protected] wrote:

Hi , I have no clue why did the installation of pymummer failed even the
following programs are in the right folder. I typed "sudo pip3 install
pymummer" and I keep getting this error message

nucmer -> /home/ec2-user/software/MUMmer3.23/nucmer
delta-filter -> /home/ec2-user/software/MUMmer3.23/delta-filter
show-coords -> /home/ec2-user/software/MUMmer3.23/show-coords
show-snps -> /home/ec2-user/software/MUMmer3.23/show-snps

Error message.
Complete output from command python setup.py egg_info:
Checking MUMmer programs found in path:
NOT FOUND nucmer
NOT FOUND show-coords
NOT FOUND show-snps
NOT FOUND delta-filter
Cannot install because some programs from the MUMer package not found.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#21, or mute the
thread
https://github.com/notifications/unsubscribe-auth/AABeV21zYdWjRFEOt_UU1DzoWy5KrOqYks5qWx3CgaJpZM4JOcSy
.

from pymummer.

mthang avatar mthang commented on August 14, 2024

Yes. They are in my PATH. When I typed "nucmer" or other commands, I can see this
USAGE: nucmer [options]
USAGE: show-snps [options]
...

I just did a temporarily fix by doing the following.

required_progs = ['/usr/local/bin/nucmer', '/usr/local/bin/show-coords', '/usr/local/bin/show-snps', '/usr/local/bin/delta-filter']

Actually, it is very odd when I typed "python setup.py install" in the pymummer folder . The error message occurs like above. However, if I just copied the "setup.py" to other location and typed "python setup.py" . I will get the following message

Checking MUMmer programs found in path:
OK nucmer
OK show-coords
OK show-snps
OK delta-filter

from pymummer.

andrewjpage avatar andrewjpage commented on August 14, 2024

Just a note to say you need to be running python3, on many systems 'python' defaults to 2.7, which is incompatible.

from pymummer.

Related Issues (3)

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.