Skip to content
Snippets Groups Projects
Commit 5794cae0 authored by Aaron's avatar Aaron
Browse files

Release 2.13.2

parent c3f206b5
No related branches found
No related tags found
No related merge requests found
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) Version 2.13.1 (6-Sept-2011)
New options New options
......
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
// define the version. All tools in the // define the version. All tools in the
// suite carry the same version number. // suite carry the same version number.
#define VERSION "2.13.1" #define VERSION "2.13.2"
#endif /* VERSION_H */ #endif /* VERSION_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment