iarcbioinfo/fastqc-nf

Sponsored OSS

By International Agency for Research on Cancer

Updated about 6 years ago

nextflow pipeline for quality control of sequenced reads with fastqc and multiqc

Image
Integration & delivery
Data science
0

3.2K

iarcbioinfo/fastqc-nf repository overview

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

NameDescription
--input_folderFolder containing FASTQ files
--output_folderPath to output folder

Parameters

Optional
NameExample valueDescription
--extfastq.gzExtension of files
--multiqc_confignoneconfig yaml file for multiqc
--cpu2Number of cpu used by fastqc
--mem10Size of memory used for mapping (in GB)
Flags

Flags are special parameters without value.

NameDescription
--helpDisplay help

Usage

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

To run the pipeline without singularity just remove "-profile singularity"

Output

TypeDescription
multiqc_fastqc_report.htmlmultiQC report for fastQC
multiqc_fastqc_report_datadata used for the multiQC report HTMLs

Contributions

NameEmailDescription
Nicolas Alcala*[email protected]Developer to contact for support
Tiffany DelhommeDeveloper

Tag summary

Content type

Image

Digest

Size

549.9 MB

Last updated

about 6 years ago

docker pull iarcbioinfo/fastqc-nf:v1.1

This week's pulls

Pulls:

237

Last week