- HeaderExtraction refactored to understandable code
- pprint functions
- VAF removed since it is wrong to do it this way
- sample renaming fixed and added back in
- tuple values that were changed to _REF _ALT but shouldnt have been fixed
- work on better parsing of INFO has been added
--anno
option bug fixes--long_anno
added so that annotation that is long can be ignored (default set at 20)- basic regexes implemented for the
--keys
option
--anno
option added to deal with multi annotated vcf files were- minor fixes to the existing code
- Now extracts all annotations and not just the last one
- Generates a new row if there are more than one annotations per variant
- A simple parser that takes a vcf file and spits out a tab delimited files
- Very limited functionality