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

Perform quality control of Fasta files.
In order to process BAM files, we convert fastq files to bam files with:
| Name | Description |
|---|---|
| --input_folder | Folder containing FASTQ files |
| --output_folder | Path to output folder |
| 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 are special parameters without value.
| Name | Description |
|---|---|
| --help | Display help |
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"
| Type | Description |
|---|---|
| multiqc_fastqc_report.html | multiQC report for fastQC |
| multiqc_fastqc_report_data | data used for the multiQC report HTMLs |
| Name | Description | |
|---|---|---|
| Nicolas Alcala* | [email protected] | Developer to contact for support |
| Tiffany Delhomme | Developer |
Content type
Image
Digest
Size
648.4 MB
Last updated
almost 7 years ago
docker pull iarcbioinfo/fastqc-nfPulls:
3
Last week