mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-31 11:42:12 -05:00
remove todos, describe in/output
This commit is contained in:
parent
4e9d728108
commit
bf58948dad
1 changed files with 0 additions and 2 deletions
|
@ -31,7 +31,6 @@ params:
|
||||||
description: |
|
description: |
|
||||||
Instead of directly downloading Singularity images for use with Singularity,
|
Instead of directly downloading Singularity images for use with Singularity,
|
||||||
force the workflow to pull and convert Docker containers instead.
|
force the workflow to pull and convert Docker containers instead.
|
||||||
## TODO nf-core: Add a description of all of the variables used as input
|
|
||||||
input:
|
input:
|
||||||
- meta:
|
- meta:
|
||||||
type: map
|
type: map
|
||||||
|
@ -42,7 +41,6 @@ input:
|
||||||
type: file
|
type: file
|
||||||
description: FastQ files
|
description: FastQ files
|
||||||
pattern: "*.{fq.gz/fastq.gz}"
|
pattern: "*.{fq.gz/fastq.gz}"
|
||||||
## TODO nf-core: Add a description of all of the variables used as output
|
|
||||||
output:
|
output:
|
||||||
- meta:
|
- meta:
|
||||||
type: map
|
type: map
|
||||||
|
|
Loading…
Reference in a new issue