mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-05 05:52:07 -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
|
## TODO nf-core: Add a description and keywords
|
||||||
description: Run FastQC on sequenced reads
|
description: Run FastQC on sequenced reads
|
||||||
keywords:
|
keywords:
|
||||||
- Quality Control
|
- quality control
|
||||||
- QC
|
- qc
|
||||||
- Adapters
|
- adapters
|
||||||
|
- fastq
|
||||||
tools:
|
tools:
|
||||||
## TODO nf-core: Change the name of "software_tool" below
|
## TODO nf-core: Change the name of "software" below
|
||||||
- software_tool:
|
- software:
|
||||||
## TODO nf-core: Add a description and other details for the tool below
|
## TODO nf-core: Add a description and other details for the software below
|
||||||
description: |
|
description: |
|
||||||
FastQC gives general quality metrics about your reads.
|
FastQC gives general quality metrics about your reads.
|
||||||
It provides information about the quality score distribution
|
It provides information about the quality score distribution
|
||||||
|
@ -63,15 +64,15 @@ output:
|
||||||
- html:
|
- html:
|
||||||
type: file
|
type: file
|
||||||
description: FastQC report
|
description: FastQC report
|
||||||
pattern: "*_fastqc.html"
|
pattern: "*_{fastqc.html}"
|
||||||
- zip:
|
- zip:
|
||||||
type: file
|
type: file
|
||||||
description: FastQC report archive
|
description: FastQC report archive
|
||||||
pattern: "*_fastqc.zip"
|
pattern: "*_{fastqc.zip}"
|
||||||
- version:
|
- version:
|
||||||
type: file
|
type: file
|
||||||
description: File containing software version
|
description: File containing software version
|
||||||
pattern: "*.version.txt"
|
pattern: "*.{version.txt}"
|
||||||
## TODO nf-core: Add your GitHub username below
|
## TODO nf-core: Add your GitHub username below
|
||||||
authors:
|
authors:
|
||||||
- "@your_github_username"
|
- "@your_github_username"
|
||||||
|
|
Loading…
Reference in a new issue