Multi-profile files using HDF5
The following is still todo, but will be done after this merge request.
- Describe the file format version 1.0.0 (single k per file, all strings unicode, etc). This will go with #3 (closed).
- Get rid of the
from math import *
ink_mer.kmer
. This will go together with a small reworking of the custom function arguments. The approach in Wiggelen is more general. - Modifying existing profile files.
- Option to index by record on one fasta file.
- Read files other than FASTA files (should be easy with BioPython).
- Read compressed FASTA files.
- Don't load entire profile for
info
command.