[Bioperl-guts-l] bioperl commit
Lincoln Stein
lstein at pub.open-bio.org
Wed Jun 30 17:57:27 EDT 2004
lstein
Wed Jun 30 17:57:27 EDT 2004
Update of /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph
In directory pub.open-bio.org:/tmp/cvs-serv31766/Bio/Graphics/Glyph
Modified Files:
arrow.pm
Log Message:
fixed a very small typo
bioperl-live/Bio/Graphics/Glyph arrow.pm,1.22,1.23
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph/arrow.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph/arrow.pm 2004/06/30 02:07:43 1.22
+++ /home/repository/bioperl/bioperl-live/Bio/Graphics/Glyph/arrow.pm 2004/06/30 21:57:27 1.23
@@ -8,7 +8,7 @@
use Bio::Location::Simple;
@ISA = 'Bio::Graphics::Glyph::generic';
-my %UNITS = (n => 1e-12,
+my %UNITS = (p => 1e-12,
n => 1e-9,
u => 1e-6,
m => 0.001,
More information about the Bioperl-guts-l
mailing list