=====
* BUG FIX: get()/iterGet() now works for SNPs and Indels
* BUG FIX: Default SNP filter used to return unwanted Nones for insertions
* BUG FIX: Added cast of lines to str in VCF and CasavaSNP parsers. Sometimes unicode caracters made the translation bug
* BUG FIX: Corrected a typo that caused find in Transcript to recursively die
* Added a new AgnosticSNP type of SNPs that can be easily made from the results of any snp caller. To make for the loss of support for casava by illumina. See SNP.AgnosticSNP for documentation
* pyGeno now comes with the murine reference genome GRCm38.78
* pyGeno now comes with the human reference genome GRCh38.78, GRCh37.75 is still shipped with pyGeno but might be in the upcoming versions
* pyGeno now comes with a datawrap for common dbSNPs human SNPs (SNP_dbSNP142_human_common_all.tar.gz)
* Added a dummy AgnosticSNP datawrap example for boostraping
* Changed the interface of the bootstrap module
* CSV Parser has now the ability to stream directly to a file