mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58: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
|
||||
description: Run FastQ Screen on sequenced reads
|
||||
description: Run FastQ Screen on sequenced reads for Species Identification
|
||||
keywords:
|
||||
- Quality Control
|
||||
- Species Screen
|
||||
|
@ -7,11 +7,9 @@ keywords:
|
|||
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.
|
||||
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.
|
||||
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:
|
||||
|
@ -26,7 +24,8 @@ output:
|
|||
-
|
||||
- report:
|
||||
type: file
|
||||
description: FastQC report
|
||||
pattern: *_fastqc.{zip,html}
|
||||
description: FastQ Screen report
|
||||
pattern: *_screen.{txt,html,png}
|
||||
optional_pattern: *_screen.bisulfite_orientation.png
|
||||
authors:
|
||||
- @felix
|
||||
- @FelixKrueger
|
||||
|
|
Loading…
Reference in a new issue