Giter VIP home page Giter VIP logo

pyphylogenomics's Introduction

Build Status #PyPhyloGenomics A package to work on Phylogenomics.

##Developers

##Installing PyPhyloGenomics PyPhyloGenomics has been developed in Python v2.7. The installer of PyPhyloGenomics will try to download and install all its dependencies as well. To install PyPhyloGenomics use setup.py:

python setup.py build  
python setup.py install

If it fails you can install the dependencies manually:

##Install dependencies:

###requests: The package requests from here. Or try:

sudo apt-get install python-requests

###Parallel Python (pp): If you are using Ubuntu Linux or related:

sudo apt-get install python-pp

Otherwise, download the source code and install pp:

unzip pp-1.6.4.zip
cd pp-1.6.4
python setup.py install

###BioPython: Download and install from here. Or:

sudo apt-get install python-biopython

BeatutifulSoup

Download and install from here. Or:

sudo apt-get install python-bs4

###MUSCLE It is necessary that you install MUSCLE so that PyPhyloGenomics can use it to align sequences. Download and install from here.

If you are using Windows you can download the executable file muscle3.8.31_i86win32.exe and save it in your Python folder (C:\Python27) as muscle.exe.

BLAST

Download and install the BLAST+ executables from the NCBI website. Or try:

sudo apt-get install ncbi-blast+

fastx-toolkit

Download and install from here. Or:

sudo apt-get install fastx-toolkit

Reading PyPhyloGenomics' documentation:

Read the online documentation here: http://carlosp420.github.io/PyPhyloGenomics/

Or, after installling do the following:

cd doc  
make html

Then open the file _build/html/index.html in your web-browser.

Reproduce our analysis:

You can reproduce all the steps detailed in our [Getting started with PyPhylogenomics] guide. Just use the command line in the same folder as the Makefile and type make ???

pyphylogenomics's People

Contributors

carlosp420 avatar mezarino avatar

Watchers

 avatar

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.