mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
Updated yaml description
This commit is contained in:
parent
a6f7296e22
commit
d9a3b02b00
1 changed files with 8 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
name: FastQ Screen
|
name: FastQ Screen
|
||||||
description: Run FastQ Screen on sequenced reads
|
description: Run FastQ Screen on sequenced reads for Species Identification
|
||||||
keywords:
|
keywords:
|
||||||
- Quality Control
|
- Quality Control
|
||||||
- Species Screen
|
- Species Screen
|
||||||
|
@ -7,11 +7,9 @@ keywords:
|
||||||
tools:
|
tools:
|
||||||
- fastqc:
|
- fastqc:
|
||||||
description: |
|
description: |
|
||||||
FastQC gives general quality metrics about your reads.
|
FastQ Screen allows you to screen a library of sequences in
|
||||||
It provides information about the quality score distribution
|
FastQ format against a set of sequence databases so you can
|
||||||
across your reads, the per base sequence content (%A/C/G/T).
|
see if the composition of the library matches with what you expect.
|
||||||
You get information about adapter contamination and other
|
|
||||||
overrepresented sequences.
|
|
||||||
homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/
|
homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/
|
||||||
documentation: https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/_build/html/index.html
|
documentation: https://www.bioinformatics.babraham.ac.uk/projects/fastq_screen/_build/html/index.html
|
||||||
input:
|
input:
|
||||||
|
@ -26,7 +24,8 @@ output:
|
||||||
-
|
-
|
||||||
- report:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: FastQC report
|
description: FastQ Screen report
|
||||||
pattern: *_fastqc.{zip,html}
|
pattern: *_screen.{txt,html,png}
|
||||||
|
optional_pattern: *_screen.bisulfite_orientation.png
|
||||||
authors:
|
authors:
|
||||||
- @felix
|
- @FelixKrueger
|
||||||
|
|
Loading…
Reference in a new issue