Skip to content

Commit 2af7e43

Browse files
committed
Bumped version number to 2.61
1 parent 7a01490 commit 2af7e43

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Revision history for ngs.plot.
22
==============================
33

4+
2.61 November 13, 2015
5+
- New Galaxy plug-in with re-designed GUI and some enhancements.
6+
- Update ExtractGName.R to allow extraction of cluster information.
7+
- Fix some gene ordering issue in km and hc.
8+
- Remove the use of estiMapqStyle entirely to improve performance.
9+
- Tiny bug fixes.
10+
- Misc documentation improvements.
11+
412
2.47 November 20, 2014
513
- Change default bam-pair colors to blue:yellow.
614
- Change bam-pair color from pair to tri.

bin/ngs.plot.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# library(compiler)
1212
# enableJIT(3)
1313

14-
ngsplot.version <- '2.47.1'
14+
ngsplot.version <- '2.61'
1515
# Program environment variable.
1616
progpath <- Sys.getenv('NGSPLOT')
1717
if(progpath == "") {

0 commit comments

Comments
 (0)