Giter VIP home page Giter VIP logo

mga's Introduction

###MGA: Multi-genome alignment contaminant screen for high-throughput sequence data

MGA is a quality control tool for high-throughput sequence data. It screens for contaminants by aligning sequence reads in FASTQ format against a series of reference genomes using Bowtie and against a set of adapter sequences using exonerate.

MGA samples a subset of the reads, by default 100000, prior to alignment against reference genome sequences and adapters. This reduces considerably the overall run time. In addition, the reads are trimmed to 36 bases by default, prior to alignment by Bowtie. This is to ensure consistency of the output mapping and error rates across runs of differing lengths. Exonerate alignment against adapters uses the full-length sequences.

####Installing and running MGA

Please see README file for details of how to install and run MGA from a pre-packaged release.

####Building MGA from source

MGA is built using Apache Maven, a software project management and build automation tool. Details on how to install and run Maven can be found here.

Maven will automatically download dependencies from the central Maven repository and a repository hosted by Cancer Research UK Cambridge Institute (CRUK-CI). The latter contains the Java libraries and source code for the workflow system that MGA depends on, which is also developed at CRUK-CI.

  1. Clone the MGA project

     git clone https://github.com/crukci-bioinformatics/MGA.git
    
  2. Build and package MGA

     cd MGA
     mvn package
    
  3. Unpack MGA to installation directory (substituting for the version number as appropriate)

     tar zxf target/mga-1.x-distribution.tar.gz
    

This will create a directory named mga-1.x which can be moved to the desired installation directory.

mga's People

Contributors

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