mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-03 04:52:09 -05:00
Fix indents
This commit is contained in:
parent
e648dc335c
commit
d6f7bb055b
2 changed files with 77 additions and 76 deletions
|
@ -4,13 +4,14 @@ name: software_tool
|
|||
## TODO nf-core: Add a description and keywords
|
||||
description: Run FastQC on sequenced reads
|
||||
keywords:
|
||||
- Quality Control
|
||||
- QC
|
||||
- Adapters
|
||||
- quality control
|
||||
- qc
|
||||
- adapters
|
||||
- fastq
|
||||
tools:
|
||||
## TODO nf-core: Change the name of "software_tool" below
|
||||
- software_tool:
|
||||
## TODO nf-core: Add a description and other details for the tool below
|
||||
## TODO nf-core: Change the name of "software" below
|
||||
- software:
|
||||
## TODO nf-core: Add a description and other details for the software below
|
||||
description: |
|
||||
FastQC gives general quality metrics about your reads.
|
||||
It provides information about the quality score distribution
|
||||
|
@ -63,15 +64,15 @@ output:
|
|||
- html:
|
||||
type: file
|
||||
description: FastQC report
|
||||
pattern: "*_fastqc.html"
|
||||
pattern: "*_{fastqc.html}"
|
||||
- zip:
|
||||
type: file
|
||||
description: FastQC report archive
|
||||
pattern: "*_fastqc.zip"
|
||||
pattern: "*_{fastqc.zip}"
|
||||
- version:
|
||||
type: file
|
||||
description: File containing software version
|
||||
pattern: "*.version.txt"
|
||||
pattern: "*.{version.txt}"
|
||||
## TODO nf-core: Add your GitHub username below
|
||||
authors:
|
||||
- "@your_github_username"
|
||||
|
|
Loading…
Reference in a new issue