Giter Club home page Giter Club logo

mustache_old's Introduction

mustache

The mustache workflow is designed to identify insertion events from paired-end metagenomic sequencing data. The required inputs are FASTQ files, reference genomes for bacterial species of interest, reference sequences for insertion sequences of interst, and read-level taxonomic classifications for both forward and reverse reads. The approach if this workflow enables scientists to identify longitudinal changes in strain-level insertion event frequency, as well as variations between individuals and body sites.

Installation

Mustache is implemented as a snakemake workflow. Snakemake is a workflow management system that allows for all the tasks to be easily parallelized. I strongly recommend you read about snakemake and even complete the beginner's tutorial here.

This pipeline requires you to create a conda environment, so that you can then easily download all of the required packages and run the workflow on any system you'd like. If you haven't already, download anaconda here. I strongly suggest you learn the basics of anaconda before continuing with installation.

Download mustache

From a unix terminal, type the following:

git clone https://github.com/durrantmm/mustache.git
cd mustache

You are now in the downloaded mustache directory.

Install mustache

Let's now create a conda environment from the provided environment.yaml file in the mustache directory:

conda env create -f environment.yaml

You can then activate the mustache conda environment with the command:

source activate mustache

Test installation

Mustache should now be ready to go, but first let's test the installation. From the mustache directory, run

snakemake --config output_dir=test -p

After a few seconds of running, you should see the process end with the message

MUSTACHE FINISHED WITH NO EXCEPTIONS!

Mustache should now be properly installed.

Preparing input files

mustache_old's People

Contributors

durrantmm avatar

Watchers

James Cloos 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.