Fix indents

This commit is contained in:
drpatelh 2020-08-07 15:27:35 +01:00
parent e648dc335c
commit d6f7bb055b
2 changed files with 77 additions and 76 deletions

View file

@ -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"