Giter VIP home page Giter VIP logo

flora's Introduction

FLORA: workFLOw for Rnaseq analyses of Amocyst project..

FLORA version Nextflow Developer

Introduction

FLORA is a FAIR scalable workflow allowing the analysis of RNAseq data of the AMOCYST project using state-of-the-art transcriptomics tools and statistical methods to conduct reproducible analyses using Nextflow. FLORA starts processing by correct RNAseq raw reads using Rcorrector. Then uncorrectable reads are removed using a Python script. rRNA contamination are also removed using Bowtie2 and the SILVA database before a quality filtering process of the reads using Trim Galore. Finally, the transcriptome assembly is performed using Trinity

The FLORA workflow is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It automates the mapping of an individual metagenomic sample on a concatenated reference. It is functional on DATARMOR (Ifremer computing cluster) and uses local dependencies.

Quick Start

i. Download the pipeline

git clone https://gitlab.ifremer.fr/cn7ab95/FLORA.git

iii. Run the workflow

Standard launch:

nextflow run main.nf

Custom launch on our supercomputer DATARMOR:

qsub run-main.nf

See usage docs for a complete description of all of the options available when running the pipeline.

Documentation

This workflow comes with documentation about the pipeline, found in the docs/ directory:

  1. Introduction
  2. Pipeline installation
  3. Running the pipeline
  4. Output
  5. Troubleshooting

Requirements

To use this workflow, it is necessary to:

  • complete the parameters defined in theconfig file
  • to have a SILVA database (SSU + LSU) indexed with Bowtie2
  • to create a file allowing to identify the condition and the replicate of each sample like the following example:
cond_A	cond_A_rep1	reads_A_rep1_R1.fq	reads_A_rep1_R2.fq
cond_A	cond_A_rep2	reads_A_rep2_R1.fq	reads_A_rep2_R2.fq
cond_B	cond_B_rep1	reads_B_rep1_R1.fq	reads_B_rep1_R2.fq
cond_B	cond_B_rep2	reads_B_rep2_R1.fq	reads_B_rep2_R2.fq

Credits

FLORA is written by Cyril NOEL, bioinformatics engineer at SeBiMER, the Bioinformatics Core Facility of IFREMER.

Support

For further information or help, don't hesitate to get in touch with the developper:

email

flora's People

Contributors

cnoel-sebimer avatar

Stargazers

Xu Xizhan avatar

Watchers

Marie Locard-Paulet avatar  avatar

Forkers

pythseq

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.