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