- Added key function for custom sequence identifier - Optimized speed of fasta indexing - Fixed bool args parsing error in py2.7
0.5.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added support for python 2.7 and 3.4 - Added command line tool to manipulate fasta and fastq file - Added gzip attribute to fasta and fastq object to check whether compressed - Added sort function for identifier object - Fixed python bool argument parsing error caused by uint16_t - Fixed identifier sort key initialization
0.4.1
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed fastq quality encoding system guesser - Fixed gzip index insertion error
0.4.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Added support for parsing FASTQ - Added random access to reads from FASTQ
0.3.10
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed GC skew exception caused by mixing unsigned with signed for division
0.3.9
^^^^^^^^^^^^^^^^^^^^^^^^^^
- Fixed sequence read line by line error - Fixed last sequence build index error when fasta file ended without \n - Fixed GC skew error