-------------------
- Fix for open-end with slope-constrained alignments. [Toni]
- Merge pull request 3 from tcwalther/fix-slantedbandwindow. [Toni G]
fix slantedBandWindow function - thanks!
- Fix slantedBandWindow function. [Thomas Walther]
The previous version had variable names such as query.size in it
- notation which is common in R, but doesn't work in Python.
This commit corrects these names to query_size, reference_size
and window_size, respectively.