Giter VIP home page Giter VIP logo

mumflow's Introduction

mumflow

A nextflow pipeline to run the mummer pipelines (align genomes, call snps) and process outputs into sane formats.

Mumflow pairwise aligns a number of assembled genomes to a set of reference genomes, and outputs common results for presence absence variant (PAV), snp, and repeat finding in standard formats.

Requirements

The pipeline uses Nextflow to execute tasks. Main steps require samtools, mummer (version >= 4), and bedtools. Scripts require python (Version >=3.5) and R (version >=3.5). Required R packages are R ape, tidyr, and circlize.

A singularity container providing all dependencies is available at https://cloud.sylabs.io/library/darcyabjones/default/mumflow#. To install singularity see the latest docs or see if your package manager has it available. To build the container yourself you will need version >=3.2. Running the build container should work with any version >= 3.0.

To pull the container run...

#NB its usually a good idea to take note of the actual latest version number.
singularity pull library://darcyabjones/default/mumflow:latest

Usage

nextflow run mumflow -resume --references "refs/*.fasta" --genomes "genomes/*.fasta"

To use a pulled singularity container...

singularity pull library://darcyabjones/default/mumflow:v0.0.2
nextflow run mumflow -resume -with-singularity ./mumflow_v0.0.2.sif --references "refs/*.fasta" --genomes "genomes/*.fasta"

mumflow's People

Contributors

darcyabjones avatar

Watchers

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