Document params

This commit is contained in:
Gregor Sturm 2020-07-15 11:00:07 +02:00
parent 86d6daf9de
commit b00bb83532

View file

@ -15,6 +15,9 @@ tools:
homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
documentation: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/Help/
params:
- fastqc_args:
type: string
description: Additional command line arguments passed to fastqc.
- out_dir:
type: string
description: |
@ -40,5 +43,6 @@ output:
description: FastQC report
pattern: "*_fastqc.{zip,html}"
authors:
- "@grst"
- "@ewels"
- "@FelixKrueger"