Correcting meta.yml

This commit is contained in:
JoseEspinosa 2021-02-09 10:51:57 +01:00
parent 9b65961828
commit b09416a0d0

View file

@ -4,10 +4,10 @@ keywords:
- gunzip - gunzip
- compression - compression
tools: tools:
- bedtools: - gunzip:
description: | description: |
A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. gzip is a file format and a software application used for file compression and decompression.
documentation: https://bedtools.readthedocs.io/en/latest/content/tools/merge.html documentation: https://www.gnu.org/software/gzip/manual/gzip.html
params: params:
- outdir: - outdir:
type: string type: string
@ -37,7 +37,7 @@ input:
e.g. [ id:'test', single_end:false ] e.g. [ id:'test', single_end:false ]
- archive: - archive:
type: file type: file
description: File to be gzipped description: File to be compressed/uncompressed
pattern: "*.*" pattern: "*.*"
output: output:
- meta: - meta:
@ -47,8 +47,8 @@ output:
e.g. [ id:'test', single_end:false ] e.g. [ id:'test', single_end:false ]
- gunzip: - gunzip:
type: file type: file
description: Compressed gzipped file description: Compressed/uncompressed file
pattern: "*.{gz}" pattern: "*.*"
- version: - version:
type: file type: file
description: File containing software version description: File containing software version