diff --git a/RELEASE_HISTORY b/RELEASE_HISTORY index 0114aa24d735389d739c88de6b27f8d4833aa52f..70c20cc538991d5503decb129f4e8096e9c71ea1 100644 --- a/RELEASE_HISTORY +++ b/RELEASE_HISTORY @@ -1,3 +1,21 @@ +Version 2.13.2 (23-Sept-2011) + +New algorithm +============= +1. Preliminary release of the chrom_sweep algorithm. + +New options +=========== +1. genomeCoverageBed no longer requires a genome file when working with BAM input. It instead uses the BAM header. +2. tagBam now has a -score option for annotating alignments with the BED "scores" field in annotation files. This overrides the default behavior, which is to use the -labels associated with the annotation files passed in on the command line. + +Bug fixes +========= +1. Correct a bug that prevented proper BAM support in intersectBed. +2. Improved detection of GFF features with negative coordinates. + + + Version 2.13.1 (6-Sept-2011) New options diff --git a/src/utils/version/version.h b/src/utils/version/version.h index 74f71a6363ef2408b1200e62599c569464da7de6..d10cbfbe3e88c3765a0708b356ede40422be74b5 100644 --- a/src/utils/version/version.h +++ b/src/utils/version/version.h @@ -3,6 +3,6 @@ // define the version. All tools in the // suite carry the same version number. -#define VERSION "2.13.1" +#define VERSION "2.13.2" #endif /* VERSION_H */