File: vcf-concat.1

package info (click to toggle)
vcftools 0.1.16-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,920 kB
  • sloc: cpp: 14,090; perl: 11,657; ansic: 1,467; sh: 135; makefile: 105
file content (23 lines) | stat: -rw-r--r-- 808 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.\" 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 <file>
Read the list of files from a file.
.TP
\fB\-s\fR, \fB\-\-merge\-sort\fR <int>
Allow small overlaps in N consecutive files.
.TP
\fB\-h\fR, \-?, \fB\-\-help\fR
This help message.