FastQC¶
Purpose¶
This components runs FastQC on paired-end FastQ files.
Note
Software page: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
Input/Output type¶
- Input type:
FastQ - Output type:
FastQ
Note
The default input parameter for FastQ data is --fastq. You can change
the --fastq parameter default pattern (fastq/*_{1,2}.*) according
to input file names (e.g.: --fastq "path/to/fastq/*R{1,2}.*").
Parameters¶
adapters: Provide a non-default fasta file containing the adapter sequences to screen overrepresented sequences against.
Published results¶
None.
Published reports¶
reports/fastqc: Stores the FastQC HTML reports for each sample.reports/fastqc/run_2/: Stores the summary text files with the category results of FastQC for each sample.
Default directives¶
cpus: 2memory: 4GBcontainer: ummidock/fastqcversion: 0.11.7-1