=============
2013-02-20
Various bugs fixed, including
- GFF_Reader interpreted the constructor's "end_included" flag
in the wrong way, hence the end position of intervals of
GFF features was off by 1 base pair before
- htseq-count no longer warns about missing chromosomes, as this
warning was often misleading. Also, these reads are no properly
included in the "no_feature" count.
- default for "max_qual" in "htseq-qa" is now 41, to accommodate newer
Illumina FASTQ files
- BAM_Reader used to incorrectly label single-end reads as paired-end
Patch versions:
* v0.5.4p1 (2013-02-22):
- changed default for GFF_Reader to end_included=True, which is actually the
correct style for Ensemble GTF files. Now the behavious should be as it
was before.
* v0.5.4p2 (2013-04-18):
- fixed issue blocking proper built on Windows
* v0.5.4p3 (2013-04-29):
- htseq-count now correctly skips over "M0" cigar operations
* v0.5.4p4 (2013-08-28):
- added ``.get_original_line()`` function to ``VariantCall``
- firex a bug with reads not being read as paired if they were not
flagged as proper pair
* v0.5.4p5 (2013-10-02/2013-10-10):
- parsing of GFF attribute field no longer fails on quoted semicolons
- fixed issue with get_line_number_string