Giter Site home page Giter Site logo

ar_bank_scripts's Introduction

AR Bank scripts

Bin, lib, and script dependencies:

  • Biopython
  • Bandage
  • BBTools
  • BLAST+
  • c-SSTAR
  • Kraken
  • mlst
  • Prokka
  • QUAST
  • QualAssessCleanSeqs.bash
  • QualAssessRawSeqs.bash
  • RNAmmer
  • SPAdes
  • summarize_kraken-report.sh
  • Trimmomatic

Ref sequences and database dependencies:

  • PhiX genome (FastA format)
  • Illumina adapter sequences (FastA format)
  • ARG-ANNOT AR database (SRST2-formatted FastA)
  • plasmids database (FastA format)
  • a single full-length 16S rRNA gene sequence (FastA format)

On SGE cluster:

module load Bandage/0.7.1 bbmap trimmomatic/0.35 kraken/0.10.5 SPAdes/3.6.2 quast/2.3 ncbi-blast+/2.2.30 prokka/1.8 rnammer/1.2 Python/2.7.3

Example local installation:

brew tap homebrew/science && brew update
brew install bbmap blast bowtie2 kraken mlst prokka quast rnammer spades trimmomatic
brew tap tseemann/homebrew-bioinformatics-linux && brew update
brew install bandage
pip install -U pip && pip install biopython
cd $HOME
git clone https://github.com/chrisgulvik/AR_Bank_scripts.git
echo 'export PATH="$PATH:$HOME/AR_Bank_scripts"' >> $HOME/.bash_profile
gunzip ~/AR_Bank_scripts/DBs/*.gz
echo 'export AR_BANK_DBs="$HOME/AR_Bank_scripts/DBs"' >> $HOME/.bash_profile
git clone https://github.com/chrisgulvik/c-SSTAR.git
echo 'export PATH="$PATH:$HOME/c-SSTAR"' >> $HOME/.bash_profile
git clone https://github.com/chrisgulvik/genomics_scripts.git
echo 'export PATH="$PATH:$HOME/genomics_scripts"' >> $HOME/.bash_profile
git clone https://github.com/chrisgulvik/summarize_kraken_data.git
echo 'export PATH="$PATH:$HOME/summarize_kraken_data"' >> $HOME/.bash_profile
source ~/.bash_profile

ar_bank_scripts's People

Contributors

chrisgulvik avatar

Watchers

 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.