dridk / PyVCF3

A Variant Call Format reader for Python.
http://pyvcf.readthedocs.org/en/latest/index.html
Other
52 stars 9 forks source link

Making the Call object public (accidental push) #11

Closed jtb324 closed 3 months ago

jtb324 commented 3 months ago

made the Call object public and created a method called get_field that allows the user to pull data from a specific field and to return a default value incase one is not found.

jtb324 commented 3 months ago

Sorry accidently pushed to the wrong branch