You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian L Cremeans edited this page Apr 19, 2016
·
1 revision
Using the Python API
Under the example folder single_position_query.py shows how to use the APIs. Use the -h option to get the details of the command line options to run the query.
usage: single_position_query.py [-h] -c CHROMOSOME -p POSITION -a ATTRIBUTES [ATTRIBUTES ...]
Here are the options for single_position_query.py
Option
Description
-h, --help
show this help message and exit
-c CHROMOSOME, --chromosome CHROMOSOME
Chromosome or contig name that is in the first column of the VCF
-p POSITION, --position POSITION
position in the contig to query from
-a ATTRIBUTES [ATTRIBUTES ...], --attributes ATTRIBUTES [ATTRIBUTES ...]
List of attributes to fetch
Example command
./single_position_query.py -c 1 -s 94986 -a ALT REF QUAL PL AC AN AF