nf-core_modules/deprecated/htslib/tabix/meta.yml

27 lines
657 B
YAML
Raw Normal View History

name: htslib tabix
description: create tabix index from a bgzip vcf file
keywords:
- index
- tabix
tools:
- bwa:
description: |
Generic indexer for TAB-delimited genome position files.
homepage: https://www.htslib.org/
documentation: https://www.htslib.org/doc/tabix.1.html
doi: 10.1093/bioinformatics/btq671
input:
-
- input:
type: file
description: Input vcf.gz file
2020-07-11 11:54:12 +00:00
pattern: "*.{vcf.gz}"
output:
-
- index:
type: file
description: tabix index file
2020-07-11 11:54:12 +00:00
pattern: "*.{vcf.gz.tbi}"
authors:
2020-07-11 11:54:12 +00:00
- "@maxulysse"