1% VCFCAT(1) vcfcat (vcflib) | vcfcat (VCF transformation) 2% Erik Garrison and vcflib contributors 3 4# NAME 5 6**vcfcat** 7 8# SYNOPSIS 9 10**vcfcat** [file1] [file2] ... [fileN] 11 12# DESCRIPTION 13 14Concatenates VCF files 15 16 17 18# OPTIONS 19 20``` 21 22 23Type: transformation 24 25 26 27``` 28 29 30 31 32 33# EXIT VALUES 34 35**0** 36: Success 37 38**not 0** 39: Failure 40 41# SEE ALSO 42 43 44 45[vcflib](./vcflib.md)(1) 46 47 48 49# OTHER 50 51## Source code 52 53[vcfcat.cpp](https://github.com/vcflib/vcflib/blob/master/src/vcfcat.cpp) 54 55# LICENSE 56 57Copyright 2011-2020 (C) Erik Garrison and vcflib contributors. MIT licensed. 58 59<!-- 60 Created with ./scripts/bin2md.rb scripts/bin2md-template.erb 61--> 62