Skip to content
Snippets Groups Projects
Commit 09c74134 authored by Aaron's avatar Aaron
Browse files

Fixed bug in parsing lines that caused some GFF files to be detected as VCF.

parent 31f051d2
No related branches found
No related tags found
No related merge requests found
Version 2.8.3 (July-25-2010)
1. Fixed bug that caused some GFF files to be misinterpreted as VCF. This prevented the detection of overlaps.
2. Added a new "-tag" option in bamToBed that allows one to choose the _numeric_ tag that will be used to populate the score field. For example, one could populate the score field with the alignment score with "-tag AS".
3. Updated the BamTools API.
Version 2.8.2 (July-18-2010)
1. Fixed a bug in bedFile.h preventing GFF strands from being read properly.
2. Fixed a bug in intersectBed that occasionally caused spurious overlaps between BAM alignments and BED features.
......
......@@ -3,6 +3,6 @@
// define the version. All tools in the
// suite carry the same version number.
#define VERSION "2.8.2"
#define VERSION "2.8.3"
#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