- Changed parse.parse_m9 so it doesn't load the full file into memory
- Improved memory requirements by moving the labels and counts of hits to the databases
to simple files with all the labels of the hits. Basically, now those files have all the
labels of the hit sequences. For a summary, you could simply do:
cat your_file | sort | uniq -c
.
Initial beta release.