mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
update meta
This commit is contained in:
parent
1c941ef8d6
commit
c90474202c
1 changed files with 29 additions and 33 deletions
|
@ -17,24 +17,20 @@ tools:
|
||||||
homepage: https://cutadapt.readthedocs.io/en/stable/
|
homepage: https://cutadapt.readthedocs.io/en/stable/
|
||||||
documentation: https://cutadapt.readthedocs.io/en/stable/
|
documentation: https://cutadapt.readthedocs.io/en/stable/
|
||||||
input:
|
input:
|
||||||
- - sample_id:
|
-
|
||||||
|
- sample_id:
|
||||||
type: string
|
type: string
|
||||||
description: Sample identifier
|
description: Sample identifier
|
||||||
- input_forward_fq:
|
- reads:
|
||||||
type: file
|
type: file
|
||||||
description: Input FastQ forward read file of the pair
|
description: Input FastQ file, or pair of files
|
||||||
- input_reverse_fq:
|
|
||||||
type: file
|
|
||||||
description: Input FastQ reverse read file of the pair
|
|
||||||
output:
|
output:
|
||||||
- - sample_id:
|
-
|
||||||
|
- sample_id:
|
||||||
type: string
|
type: string
|
||||||
description: Sample identifier
|
description: Sample identifier
|
||||||
- output_forward_fq:
|
- reads:
|
||||||
type: file
|
type: file
|
||||||
description: Output FastQ forward read file of the pair
|
description: trimmed FastQ file, or pair of files
|
||||||
- output_reverse_fq:
|
|
||||||
type: file
|
|
||||||
description: Output FastQ reverse read file of the pair
|
|
||||||
authors:
|
authors:
|
||||||
- @piotr-faba-ardigen
|
- @piotr-faba-ardigen
|
||||||
|
|
Loading…
Reference in a new issue