fastqc-nf
nextflow pipeline for quality control of sequenced reads with fastqc and multiqc
3.2K

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
549.9 MB
Last updated
about 6 years ago
docker pull iarcbioinfo/fastqc-nf:v1.1Pulls:
237
Last week