1% VCFKEEPSAMPLES(1) vcfkeepsamples (vcflib) | vcfkeepsamples (VCF transformation)
2% Erik Garrison and vcflib contributors
3
4# NAME
5
6**vcfkeepsamples**
7
8# SYNOPSIS
9
10**vcfkeepsamples** <vcf file> [SAMPLE1] [SAMPLE2] ...
11
12# DESCRIPTION
13
14outputs each record in the vcf file, removing samples not listed on the command line
15
16
17
18
19
20# EXIT VALUES
21
22**0**
23: Success
24
25**not 0**
26: Failure
27
28# SEE ALSO
29
30
31
32[vcflib](./vcflib.md)(1)
33
34
35
36# OTHER
37
38## Source code
39
40[vcfkeepsamples.cpp](https://github.com/vcflib/vcflib/blob/master/src/vcfkeepsamples.cpp)
41
42# LICENSE
43
44Copyright 2011-2020 (C) Erik Garrison and vcflib contributors. MIT licensed.
45
46<!--
47  Created with ./scripts/bin2md.rb scripts/bin2md-template.erb
48-->
49