Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 803 Bytes

VcfSplit.md

File metadata and controls

24 lines (18 loc) · 803 Bytes

VcfSplit tool help

VcfSplit (2023_11-42-ga9d1687d)

Splits a VCF into several chunks

Mandatory parameters:
  -lines <int>  Number of variant lines per chunk.
  -out <string> Output VCF base name. Suffixed with chunk number and extension, e.g. '0001.vcf'

Optional parameters:
  -in <file>    Input VCF file. If unset, reads from STDIN.
                Default value: ''

Special parameters:
  --help        Shows this help and exits.
  --version     Prints version and exits.
  --changelog   Prints changeloge and exits.
  --tdx         Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'.

VcfSplit changelog

VcfSplit 2023_11-42-ga9d1687d

2023-12-10 Initial implementation.

back to ngs-bits