Git Product home page Git Product logo

nextflow_variant_calling's Introduction

Variant Calling

Mapping NGS reads to a reference and variant calling

Quick Start

To execute the pipeline on your computer, first pull the docker image

docker pull hadrieng/variant_calling

Then execute the workflow

nextflow run variant_calling.nf

It will produce a vcf file for the sample data present in this directory.

Pipeline Parameters

--reads

  • Specifies the location of the reads fastq file
  • By default it is set to data/SRR957824.fastq

--mode

  • Specifies the mode for running the pipeline
  • It must be ion or illumina
  • If set ion, non adapter trimming will be performed
  • If set to illumina, see option --adapt below

--adapt

  • Optional. It is used by --mode illumina
  • Specifies the location of the adapters file for adapter trimming
  • It must end in .fasta
  • By default it is set to data/adapters.fasta

Profiles

The SGBC cluster uses a module system. Pulling the docker image is not required!

By default, the pipeline runs locally using docker. If you run the nonpareil pipeline on the SGBC cluster, please pass the option -profile planet

Example:

nextflow run nonpareil.nf -profile planet --reads /proj/my_proj/data/reads.fastq --mode illumina --adapt custom_adapters.fasta

Citations

If you use this pipeline in your research, please cite:

  • Buffalo Vince (2011), Scythe: A Bayesian adapter trimmer [Software]. Available at https://github.com/vsbuffalo/scythe
  • Joshi NA, Fass JN. (2011). Sickle: A sliding-window, adaptive, quality-based trimming tool for FastQ files [Software].Available at https://github.com/najoshi/sickle.
  • Ben Langmead et al.. 2009. Ultrafast and memory-efficient alignment of short DNA sequences to the human genome. Genome Biology 10:R25. doi: 10.1186/gb-2009-10-3-r25
  • Li H et al. 2009. The Sequence alignment/map (SAM) format and SAMtools. Bioinformatics, 25, 2078-9. doi: 10.1093/bioinformatics/btp352

nextflow_variant_calling's People

Contributors

hadrieng avatar luisas avatar

Watchers

James Cloos avatar Pablo Prieto avatar  avatar Margarida Garcia avatar

Forkers

philpalmer

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.