GithubHelp home page GithubHelp logo

fair_star_mapping's Introduction

Snakemake GitHub actions status

Snakemake workflow used to align ungapped reads to the genome with Bowtie2.

Usage

The usage of this workflow is described in the Snakemake workflow catalog it is also available locally on a single page.

Results

A complete description of the results can be found here in workflow reports.

Material and Methods

The tools used in this pipeline are described here textually. Web-links are available below:

Index and genome sequences with fair_genome_indexer

See fair_genome_indexer documentation about DNA sequence preparation

Raw-sequences QC with fair_fastqc_multiqc

See fair_fastqc_multiqc documentation about ranw sequences quality controls

STAR Mapping

Step Wrapper
STAR-index star-index-wrapper
STAR-align star-align-wrapper
Sambamba-sort sambamba-sort-wrapper
┌───────────────────────────┐   ┌─────────────────────────┐
│Genome indexation (STAR)   │   │Sequence cleaning (fastp)│
└──────────────┬────────────┘   └────────┬────────────────┘
               │                         │                 
               │                         │                 
┌──────────────▼───────────────┐         │                 
│Short read alignment (STAR)   ◄─────────┘                 
└──────────────┬───────────────┘                           
               │                                           
               │                                           
┌──────────────▼───────────────────────────┐               
│Sort and compress aligned reads (sambamba)│               
└──────────────────────────────────────────┘               

Filtering

Step Wrapper
Sambamba-view sambamba-view
Sambamba-markdup sambamba-markdup
Picard picard-addorreplacegroups
Sambamba-index sambamba-index
┌──────────────────────────┐        
│Aligned reads (see above) │        
└──────────────┬───────────┘        
               │                    
               │                    
┌──────────────▼──────────────┐     
│Filter low quality (sambamba)│     
└──────────────┬──────────────┘     
               │                    
               │                    
┌──────────────▼───────────┐        
│Mark duplicates (sambamba)│        
└──────────────┬───────────┘        
               │                    
               │                    
┌──────────────▼───────────┐        
│Add read groups (picard)  │        
└──────────────┬───────────┘        
               │                    
               │                    
               │                    
┌──────────────▼───────────────────┐
│Index aligned sequences (sambamba)│
└──────────────────────────────────┘

QC

Step Wrapper
Picard picard-collectmultiplemetrics
Samtools samtools-stats
RSeQC official documentation
RNASeQC official documentation
NGSderive official documentation
Goleft official documentation
MultiQC multiqc-wrapper
┌──────────────────────┐        ┌─────────────────────┐                ┌─────────────────────────┐
│ Cleaned reads (fastp)│    ┌───┤Duplicates (sambamba)◄────────────────┤Aligned reads (see above)│
└─────────────────────┬┘    │   └─────────────────────┘                └────┬────────────────────┘
                      │     │                                               │                     
                      ├─────┘                                               │                     
                      │         ┌──────────────────────────┐                │                     
                      ├─────────┤Alignment metrics (picard)◄────────────────┤                     
                      │         └──────────────────────────┘                │                     
                      │                                                     │                     
                      │                                                     │                     
                      │         ┌────────────────────────────┐              │                     
                      ├─────────┤Alignment metrics (samtools)◄──────────────┤                     
                      │         └────────────────────────────┘              │                     
                      │                                                     │                     
┌────────────────┐    │                                                     │                     
│ Quality report │    │         ┌─────────────────────────┐                 │                     
│   (multiqc)    ◄────┼─────────┤Alignment metrics (rseqc)◄─────────────────┤                     
└────────────────┘    │         └─────────────────────────┘                 │                     
                      │                                                     │                     
                      │                                                     │                     
                      │         ┌───────────────────────────┐               │                     
                      ├─────────┤Library metrics (ngsderive)◄───────────────┤                     
                      │         └───────────────────────────┘               │                     
                      │                                                     │                     
                      │                                                     │                     
                      │         ┌─────────────────────────┐                 │                     
                      ├─────────┤Coverage metrics (goleft)◄─────────────────┤                   
                      │         └─────────────────────────┘                 │                      
                      │                                                     │                     
                      │         ┌───────────────────────────┐               │                     
                      └─────────┤Alignment metrics (rnaseqc)◄───────────────┘                     
                                └───────────────────────────┘                                      

fair_star_mapping's People

Contributors

tdayris avatar

Watchers

 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.