Martijn Vermaat
Martijn Vermaat
Handlebars has support for [dynamic partials](http://handlebarsjs.com/partials.html#dynamic-partials), but I did not get them to work with handlebars-loader. Pseudo-example: ``` main.handlebars --- The statement below should resolve the 'world' partial and show...
Maybe I'm doing something wrong, but it looks like the `-region` argument is ignored (other than parsing the region definition). For example, specifying `-region 'X:38000000..39000000'` gives me the same result...
Per the suggestion by @gotgenes in #161: > Note that for some reason the original author chose to indicate un-altered records by setting `_Record.ALT to [None]` (a list containing `None`)...
Sometimes VCF files contain mixed upper- and lowercase reference and variant sequences. I don't know what this would mean in VCF context. Anyway, we might want to normalize for this...
Please include the tests when distributing release via PyPI. Packagers like to have those tests to test whether their package works correctly. Thanks!