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