mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-14 13:43:09 +00:00
Correcting meta.yml
This commit is contained in:
parent
9b65961828
commit
b09416a0d0
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue