Posted
over 8 years
ago
The concept 'Distance' now requires that operator() works on
iterator that are readable and forward traversal, i.e., the
previously implicit requirement that iterator's reference type is
lvalue is dropped (ticket #873)
libbam support is marked
|
Posted
over 8 years
ago
Bugfix release
|
Posted
over 9 years
ago
The major focus of this release is to add support for htslib (#794)
We encourage users to use htslib rather than its predecessor libbam (samtools
0.1.x). Currently, there is no plan to drop support for linking
against libbam, but as the APIs are
|
Posted
almost 11 years
ago
bugfix release
unexpected CIGAR
QuantileNormalizer? segfaults if input has more columns than rows
|
Posted
almost 11 years
ago
This is a bugfix release. It adds a test in configure to check if function bam_calend in libbam is OK. If not, yat avoids using bam_calend and uses its own implementation (see #810).
Changes since 0.12:
diff:/tags/0.12//tags/0.12.1
|
Posted
about 11 years
ago
Many bugfixes and several new functionality including BamPairIterator?, Cigar and LRT classes.
Difference against latest release
diff:/tags/0.11.2//trunk
|
Posted
over 11 years
ago
bugfix release
|
Posted
over 11 years
ago
Bugfix release
|
Posted
over 11 years
ago
This release adds some more functionality especially providing a more
complete interface against libbam. Preprocessor #defines HAVE_BAM_H
and friends have now been replaced with YAT_HAVE_BAM_H (see ticket
#764). A number of functions in namespace statistics have been
deprecated and will be removed in future versions.
|
Posted
almost 12 years
ago
This is a bugfix release. It is likely the last release in 0.10.x series, in other words, the last release prior v0.11. Please see NEWS file for detailed list of bugs fixed.
|