Giter VIP home page Giter VIP logo

fastqc-nf's Introduction

fastqc-nf

Quality control of raw sequencing reads

CircleCI Docker Hub https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg

fastqc-nf

Description

Perform quality control of Fasta files.

Dependencies

  1. This pipeline is based on nextflow. As we have several nextflow pipelines, we have centralized the common information in the IARC-nf repository. Please read it carefully as it contains essential information for the installation, basic usage and configuration of nextflow and our pipelines.
  2. FastQC: see official installation here. You can avoid installing all the external software by only installing Docker (not available yet). See the IARC-nf repository for more information.)
  3. Multiqc: see official installation here. You can avoid installing all the external software by only installing Docker (not available yet). See the IARC-nf repository for more information.)

BAM input files

In order to process BAM files, we convert fastq files to bam files with:

  1. samtools

Input

Name Description
--input_folder Folder containing FASTQ files
--output_folder Path to output folder

Parameters

Optional

Name Example value Description
--ext fastq.gz Extension of files
--multiqc_config none config yaml file for multiqc
--cpu 2 Number of cpu used by fastqc
--mem 10 Size of memory used for mapping (in GB)

Flags

Flags are special parameters without value.

Name Description
--help Display help

Usage

nextflow run IARCbioinfo/fastqc-nf -r v1.1 -profile singularity --input_folder input --output_folder results

To run the pipeline with docker or conda instead of singularity, just replace "-profile singularity" with "-profile docker" or "-profile conda", respectively. To run with your own local installation of softwares, just remove "-profile singularity"

Output

Type Description
multiqc_fastqc_report.html multiQC report for fastQC
multiqc_fastqc_report_data data used for the multiQC report HTMLs

Contributions

Name Email Description
Nicolas Alcala* [email protected] Developer to contact for support
Tiffany Delhomme Developer

fastqc-nf's People

Contributors

tdelhomme avatar nalcala avatar imanelboukili avatar mfoll avatar

Stargazers

Alvaro avatar benben-miao avatar

Watchers

James Cloos avatar  avatar  avatar  avatar  avatar

Forkers

digenoma-lab

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.