Giter VIP home page Giter VIP logo

metagenome_pipeline's Introduction

metagenome_pipeline

Licence: GNU General Public License v3.0 (copy provided in directory)
Author: Tom van Wijk
Contact: [email protected]

DESCRIPTION

This pipeline is developed to automate the quality control, processing and analysis of large datasets of metagenome samples. Currently only Illumina paired-end data is supported.

REQUIREMENTS

INSTALLATION

  • Clone the metagenome_pipeline repository to the desired location on your system.
    git clone https://github.com/Papos92/metagenome_pipeline.git
  • Add the location of the metagenome_pipeline repository to the PATH variable:
    export PATH=$PATH:/path/to/metagenome_pipeline
    (It is recommended to add this command to your ~/.bashrc file)
  • Create path variable META_DB to the GROOT reference subdirectory:
    export META_DB=/path/to/metagenome_pipeline/groot_db
    (It is recommended to add this command to your ~/.bashrc file)
  • Download the GROOT reference databases by running groot_download_db.py
    This will download the following reference databases to the groot_db directory:
    arg-annot, card, groot-core-db, groot-db and resfinder.
  • Index the GROOT reference databases by running groot_index_db.py
    With default parameters, this will generate the index files for 2x150 bp data.

USAGE

Start the pipeline with the following command:

dada2_amplicon_pipeline.py -i 'inputdir' -o 'outputdir' -t 'threads' -d 'database' -l 'length'

  • 'inputdir': location of input directory. (required)
    Should only contain the compressed (.fastq.gz) sequence files containing the raw sequences of the forward and reverse reads. For each sample, these fastq files need to be named with an '_R1' or '_R2' tag respectively and be furthermore identical.

  • 'outputdir': location of output directory. (optional)
    When not defined, a subdirectory with a timestamp will be created inside the input directory.

  • 'threads': Number of cpu threads used.
    default = 6

  • 'database': Reference database for GROOT resistome profiler.
    Using the recommended default option will run this analysis twice with both the resfinder and card databases and store the results in separate directories. Other options that can be used in this parameter are:
    arg-annot, card, groot-core-db, groot-db and resfinder.
    To redownload the database or download more databases when they are supported by groot in future updates, please use the groot_download_db.py script in this repository.

  • 'length' Length of the reads in the dataset.
    Default = 150. This needs to be accurate by amargin of max. 10 bp.
    This value is referenced to use the correct database index file during the GROOT analysis.
    If you wish to use a different read length index. Please generate an index file for the databases with the groot_index_db.py script in this repository.

metagenome_pipeline's People

Contributors

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