GithubHelp home page GithubHelp logo

bact-gen-scripts's Introduction

BactGenScripts

License: GPL v3

This repository contains a collection of scripts written by Simon Harris, formerly of the Bacterial Genomics team at the Wellcome Sanger Institute.

This repository is provided primarily for citation of this software. We do not offer ongoing support or documentation for these scripts.

Dependencies

  • beast 1.8.4
  • bwa 0.7.17
  • gatk 3.7.0
  • picard 1.126
  • python 2.7
  • raxml 8.2.8
  • smalt 0.7.6
  • samtools (bcftools & htslib) 1.2 or 1.6
  • ssaha2 2.5.5
  • paml 4.9

Install

The following will install on an Ubuntu Bionic machine; the scripts require python 2.7, and some of the packages used are not available in the standard Ubuntu repos for more recent releases.

The following commands above have been tested on an ubuntu:18.04 Docker image, but should in principle work on any Bionic system; run the commands as root, setting INSTALL_DIR to your preferred install path.

INSTALL_DIR='/opt/bact-gen-scripts'
# dependencies
apt-get install -y curl build-essential python-dev python-setuptools python-wheel python-2.7 python-pkg-resources python-tk
ln -s /usr/bin/python2.7 /usr/bin/python-2.7
curl -fsSL https://bootstrap.pypa.io/get-pip.py | python
# BactGenScripts download
mkdir -p ${INSTALL_DIR}
cd ${INSTALL_DIR}
curl -fsSL https://github.com/sanger-pathogens/bact-gen-scripts/archive/master.tar.gz | tar xzvf - --strip-components=1
# BactGenScripts install
pip install $(grep numpy ${INSTALL_DIR}/pip/requirements.txt)
pip install $(grep fisher ${INSTALL_DIR}/pip/requirements.txt)
pip install -r ${INSTALL_DIR}/pip/requirements.txt

bact-gen-scripts's People

Contributors

aslett1 avatar dorotajam avatar garethpeat avatar lfulcrum avatar ssjunnebo avatar trstickland avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  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.