Skip to content

Commit

Permalink
Optimized Bio::Graphics::Wiggle to sample directly from disk when the…
Browse files Browse the repository at this point in the history
… desired visualization size is significantly (less than 100 fold) smaller than the length of the region to be sampled.
  • Loading branch information
lstein committed Mar 15, 2009
1 parent c22eb1b commit af57e65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Changes
@@ -1,4 +1,8 @@
Revision history for Perl extension Bio::Graphics.
1.90 Sun Mar 15 01:11:28 EDT 2009
- Optimized Bio::Graphics::Wiggle to sample directly from disk when the desired visualization
size is significantly (less than 100 fold) smaller than the length of the region to
be sampled.
1.88 Sat Mar 14 23:31:46 EDT 2009
-Cleaned up calculation of min and max values for scaling and introduced the "autoscale" option.
1.87 Sat Mar 14 20:56:47 EDT 2009
Expand Down
2 changes: 1 addition & 1 deletion lib/Bio/Graphics.pm
Expand Up @@ -2,7 +2,7 @@ package Bio::Graphics;

use strict;
use Bio::Graphics::Panel;
our $VERSION = '1.89';
our $VERSION = '1.90';

1;

Expand Down

0 comments on commit af57e65

Please sign in to comment.