Giter Site home page Giter Site logo

epigbs's Introduction

Documentation Status

epiGBS

Code for working with epiGBS data.

Install requirements

1.Tools and dependencies

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential git zlib1g zlib1g-dev lbzip2 \
bzip2 dh-autoreconf python-pip python-dev pigz ncurses-dev \
libpng-dev libfreetype6-dev pkg-config gfortran \
libopenblas-dev liblapack-dev

2.PEAR: a fast and accurate Illumina Paired-End reAd mergeR

wget http://sco.h-its.org/exelixis/web/software/pear/files/pear-0.9.10-bin-64.tar.gz
tar -xf pear-0.9.10-bin-64.tar.gz
sudo cp pear-0.9.10-bin-64/pear-0.9.10-bin-64 /usr/local/bin
sudo ln -s /usr/local/bin/pear-0.9.10-bin-64 /usr/local/bin/pear

3.vsearch

git clone https://github.com/torognes/vsearch.git
cd vsearch
./autogen.sh
./configure
make
sudo make install
cd

4.Seqtk

git clone https://github.com/lh3/seqtk.git
cd seqtk
make
sudo cp seqtk /usr/local/bin/
cd

5.samtools

wget https://github.com/samtools/samtools/releases/download/1.3.1/samtools-1.3.1.tar.bz2
tar -xf samtools-1.3.1.tar.bz2
cd samtools-1.3.1
./configure
make
sudo make install
cd

6.bcftools

wget https://github.com/samtools/bcftools/releases/download/1.3.1/bcftools-1.3.1.tar.bz2
tar -xf bcftools-1.3.1.tar.bz2
cd bcftools-1.3.1
make
sudo make install
cd

7.bwa-mem

git clone https://github.com/lh3/bwa.git
cd bwa
make
find ./ -maxdepth 1 -type f -perm /a+x -exec sudo cp {} /usr/local/bin \;
cd

8.seqtk

git clone https://github.com/lh3/seqtk)
cd seqtk
make
sudo cp seqtk /usr/local/bin/

9.sambamba follow instructions on website.

git clone https://github.com/lomereiter/sambamba
cd sambamba
make

10. Install remaining requirements with pip

```SH
git clone https://github.com/thomasvangurp/epiGBS
sudo pip install -r epiGBS/requirements.txt
  1. usearch (C) Copyright 2013 Robert C. Edgar, all rights reserved.

Click here and follow the instructions to get the 32bit binary.

sudo cp /path/to/usearch9.2.64_i86linux32 /usr/local/bin/
sudo cp usearch9.2.64_i86linux32 /usr/local/bin/
sudo chmod +x /usr/local/bin/usearch9.2.64_i86linux32
sudo ln -s /usr/local/bin/usearch9.2.64_i86linux32 /usr/local/bin/usearch

epigbs's People

Contributors

thomasvangurp avatar bjornwouters avatar relshire 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.