nf-core_modules/software/fastqc/meta.yml

34 lines
1,022 B
YAML
Raw Normal View History

2019-12-05 14:18:09 +00:00
name: FastQC
description: Run FastQC on sequenced reads
keywords:
- Quality Control
- QC
- Adapters
tools:
- fastqc:
description: |
FastQC gives general quality metrics about your reads.
It provides information about the quality score distribution
across your reads, the per base sequence content (%A/C/G/T).
You get information about adapter contamination and other
overrepresented sequences.
homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
2019-12-05 14:18:09 +00:00
documentation: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/
input:
-
- name:
2019-12-05 14:18:09 +00:00
type: string
description: Sample identifier
- reads:
type: file
description: Input FastQ file, or pair of files
output:
-
- report:
type: file
description: FastQC report
2020-07-11 11:54:12 +00:00
pattern: "*_fastqc.{zip,html}"
2019-12-05 14:18:09 +00:00
authors:
2020-07-11 11:54:12 +00:00
- "@ewels"
- "@FelixKrueger"