Giter VIP home page Giter VIP logo

magiccave's Introduction

A more targetted platform for annotation of datasets using HMM sets.

quick install (if you have Conda installed)

bash setup.sh
source activate magiccave

Required Dependencies

  • Python (version 3.6 or higher)
  • BLAST (version 2.7.1+)
  • Prodigal (version 2.6.3)
  • HMMER (version 3.2.1)

Optional Dependencies

  • Diamond (version 0.9.22.123) -- if you performing cross-validation against a reference database
  • R (version 3.5.1) -- if generating plots
  • Rscript -- if generating plots

installation if you don't have Conda

Put MagicLamp.py script $PATH into your bash profile

export PATH=$PATH:$(pwd)

Usage

(for a list of available genies)

MagicLamp.py help

(for a detailed help menu for each genie)

  MagicLamp.py FeGenie -h
  MagicLamp.py LithoGenie -h
  MagicLamp.py WspGenie -h
  MagicLamp.py GasGenie -h
  MagicLamp.py MagnetoGenie -h
  MagicLamp.py RosGenie -h
  MagicLamp.py Lucifer -h
  MagicLamp.py HmmGenie -h

Quick-start

simplest form of the command

MagicLamp.py FeGenie -bin_dir genomes/ -bin_ext fna -out fegenie_output

if you are providing gene-calls

MagicLamp.py FeGenie -bin_dir genomes/ -bin_ext fna -out fegenie_output --orfs

you can also provide GenBank files

MagicLamp.py FeGenie -bin_dir genomes/ -bin_ext fna -out fegenie_output --gbk

if you want to normalize the number of identified genes to the total number of ORFs in the dataset

MagicLamp.py FeGenie -bin_dir genomes/ -bin_ext fna -out fegenie_output --norm

with LithoGenie, you can also specficy a specific category for heatmap analysis

MagicLamp.py LithoGenie -bin_dir genomes/ -bin_ext fna -out lithogenie_output --cat sulfur

if you already ran LithoGenie once, but want to re-do the heatmap file with a different category

MagicLamp.py LithoGenie -bin_dir genomes/ -bin_ext fna -out lithogenie_output --cat iron --skip

full list of LithoGenie categories (default action of the program is to create a broad-category heatmap)

  • iron
  • sulfur
  • nitrogen
  • oxygen
  • methane
  • hydrogen
  • arsenic
  • nitriles
  • manganese
  • carbon-monoxide
  • halogenetated-compounds
  • C1compounds
  • urea
  • selenium

(many of the HMMs used by LithoGenie were developed and compiled by Karthik Anantharaman: https://github.com/kanantharaman/metabolic-hmms)

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.