Giter Site home page Giter Site logo

toomanybinners's Introduction

TooManyBinners binning pipeline (v0.1)

Pipeline tool built in python used to generate metagenomic bins with a variety of different binning tools for MAG generation. The aim of the tool is to simplify the MAG generation process by minimising the configurations required and the individual steps needed.

It can generate bin sets from either just one binning tool or all of them, which can be used for evaluating the best binning tool for the dataset, or used downstream for ensemble binning - this tool will also soon include an ensemble binner.

To be used as singularity image (singularity definition file included in the repo).

Currently can generate bins from the following binners:

  • Vamb
  • SemiBin2
  • CONCOCT
  • MaxBin2
  • Metabat2

Able to be used from contigs or reads (reads generated through Metaspades, alignment information for binning is generated through Bowtie2).

Takes the following arguments:

Required:

  • "-t", "--threads". Number of threads to use.
  • "-fw", "--forward-reads". Path to forward reads.
  • "-rev", "--reverse-reads", Path to reverse reads.
  • "-b", "--individual-binners", Individual binners with commas, choices are currently: Semibin2,Maxbin2,Metabat2,Vamb,CONCOCT.
  • "-o", "--output-directory", Output directory path.

Optional:

  • "-contigs", "--contig-path", path to contigs if starting from contigs rather than reads.
  • "--minimum-contig-length", Minimum size of contigs used for binning, default is 2000. Lower size can potentially increase bins generated but also increase contamination.
  • "-c", "--custom-kmer-lengths", Custom kmer lengths for metaspades assembly (will default to auto if not). Option for metaspades assembly which can impact assembly results, tweaking this can improve results but automatic does fine.
  • "-us", "--using-scaffolds", Whether to use the scaffolds or contigs produced by assembly when running metaspades assembly option.
  • "-m", Memory used (relevant to only metaspades which has a default cap of 250GB) default is 100GB.

Example:

singularity run --cleanenv TooManyBinners.sif -fw samplereads_1_P1.fastq.gz \
-rev samplereads_1_P2.fastq.gz \
-b Semibin2,Maxbin2,Metabat2,Vamb,CONCOCT \
-o test_output/ -t 10 \
-us True

Output:

Output currently is a final bins directory consisting of the output bin sets generated from each binning tool.

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.