update meta

This commit is contained in:
Piotr Faba 2020-03-06 14:23:32 +00:00
parent 1c941ef8d6
commit c90474202c

View file

@ -17,24 +17,20 @@ tools:
homepage: https://cutadapt.readthedocs.io/en/stable/
documentation: https://cutadapt.readthedocs.io/en/stable/
input:
- - sample_id:
-
- sample_id:
type: string
description: Sample identifier
- input_forward_fq:
- reads:
type: file
description: Input FastQ forward read file of the pair
- input_reverse_fq:
type: file
description: Input FastQ reverse read file of the pair
description: Input FastQ file, or pair of files
output:
- - sample_id:
-
- sample_id:
type: string
description: Sample identifier
- output_forward_fq:
- reads:
type: file
description: Output FastQ forward read file of the pair
- output_reverse_fq:
type: file
description: Output FastQ reverse read file of the pair
description: trimmed FastQ file, or pair of files
authors:
- @piotr-faba-ardigen