==============
Highlights
----------
- A minor bug and a minor convenience issue have been resolved.
aggregator.py
-------------
- A minor bug was fixed where, when collapsing patterns in the final step,
some patterns would have no seqlets after the filtering step and the code
would crash. Now, if a pattern has no seqlets after the filtering, it is
ignored.
report.py
---------
- The patterns are now displayed in numeric order 1-10, followed by 11-20,
etc., as opposed to by alphabetical order 1, 10-19, 2, 20-29, etc.