nf-core_modules/deprecated/fastq_screen/meta.yml

32 lines
1 KiB
YAML
Raw Normal View History

2020-03-06 13:21:17 +00:00
name: FastQ Screen
2020-03-10 14:13:36 +00:00
description: Run FastQ Screen on sequenced reads for Species Identification
2020-03-06 13:21:17 +00:00
keywords:
- Quality Control
- Species Screen
- Contamination
tools:
- fastqc:
description: |
2020-03-10 14:13:36 +00:00
FastQ Screen allows you to screen a library of sequences in
FastQ format against a set of sequence databases so you can
see if the composition of the library matches with what you expect.
2020-03-06 13:21:17 +00:00
homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/
documentation: https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/_build/html/index.html
input:
-
- sample_id:
type: string
description: Sample identifier
- reads:
type: file
description: Input FastQ file
output:
-
- report:
type: file
2020-03-10 14:13:36 +00:00
description: FastQ Screen report
2020-07-11 11:54:12 +00:00
pattern: "*_screen.{txt,html,png}"
optional_pattern: "*_screen.bisulfite_orientation.png"
2020-03-06 13:21:17 +00:00
authors:
2020-07-11 11:54:12 +00:00
- "@FelixKrueger"