Installing Bioinformatics Software-biopython

Source: Internet
Author: User

In fact, a lot of things loaded many times, but every time to go through the document, often fell into the front of the pit ... So here to re-write a guide, in case of the next time to install and forget (I do not want to pretend AH no flag)

1. Installing Biopython

1.1 Because Biopython is currently supporting Python2, I'm going to set Python to 2.

1.2 Installing NumPy (http://www.numpy.org/)

NumPy is the fundamental package for scientific computing with Python. It contains among other things:

    • A powerful N-dimensional Array object
    • Sophisticated (broadcasting) functions
    • Tools for integrating C + + and Fortran code
    • Useful linear algebra, Fourier transform, and random number capabilities

Download, unzip, install:

CD numpy-1.11.2

Okay, here's the problem. Need 1.3 now

1.3 Installing Setuptools

sudo apt-get install Python-setuptools

sudo apt-get install Python-pip (Pip is handy)

1.4 But I will make an error

Runtimeerror:running cythonize failed!

So... Swap this command: sudo apt-get install Python-numpy

Displays the installation success.

1.5 Installing Biopython

$ sudo easy_install-f Http://biopython.org/DIST/biopython

1.6 Inspection

Installing Bioinformatics Software-biopython

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.