nf-core_modules/modules/tabix/bgzip/meta.yml

42 lines
1.1 KiB
YAML
Raw Normal View History

name: tabix_bgzip
description: Compresses files
2021-01-30 10:22:25 +00:00
keywords:
- compress
- bgzip
- tabix
2021-01-30 10:22:25 +00:00
tools:
- bgzip:
2021-02-01 08:28:51 +00:00
description: |
Bgzip compresses files in a similar manner to, and compatible with, gzip.
homepage: https://www.htslib.org/doc/tabix.html
2021-02-01 08:28:51 +00:00
documentation: http://www.htslib.org/doc/bgzip.html
doi: 10.1093/bioinformatics/btp352
licence: ['MIT']
2021-01-30 10:22:25 +00:00
input:
- meta:
2021-02-01 08:28:51 +00:00
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- file:
2021-02-01 08:28:51 +00:00
type: file
description: text file
2021-01-30 10:22:25 +00:00
output:
2021-02-01 08:28:51 +00:00
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- file:
2021-02-01 08:28:51 +00:00
type: file
description: Output compressed file
pattern: "*.{gz}"
- versions:
2021-02-01 08:28:51 +00:00
type: file
description: File containing software versions
pattern: "versions.yml"
2021-01-30 10:22:25 +00:00
authors:
- "@joseespinosa"
- "@drpatelh"
- "@maxulysse"