.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. .TH VCF-CONCAT "1" "July 2011" "vcf-concat 0.1.5" "User Commands" .SH NAME vcf-concat \- concatenate VCF files .SH SYNOPSIS .B vcf-concat [\fIOPTIONS\fR] \fIA.vcf.gz B.vcf.gz C.vcf.gz > out.vcf\fR .SH DESCRIPTION About: Convenience tool for concatenating VCF files. In the basic mode it does not .IP do anything fancy except for a sanity check that all files have the same columns. When run with the \fB\-s\fR option, it will perform a partial merge sort, looking at a limited number of open jobs simultaneously. .SH OPTIONS .TP \fB\-f\fR, \fB\-\-files\fR Read the list of files from a file. .TP \fB\-s\fR, \fB\-\-merge\-sort\fR Allow small overlaps in N consecutive files. .TP \fB\-h\fR, \-?, \fB\-\-help\fR This help message.