[Bioperl-guts-l] bioperl-live/Bio/Graph/IO dip.pm,1.15,1.16
Senduran Balasubramaniam
sendu at dev.open-bio.org
Thu Jun 14 10:16:13 EDT 2007
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Coordinate Chain.pm, 1.8, 1.9 Collection.pm, 1.25, 1.26 GeneMapper.pm, 1.28, 1.29 Pair.pm, 1.21, 1.22
- Next message: [Bioperl-guts-l] bioperl-live/Bio/Graph/SimpleGraph Traversal.pm, 1.18, 1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioperl/bioperl-live/Bio/Graph/IO
In directory dev.open-bio.org:/tmp/cvs-serv22328/Bio/Graph/IO
Modified Files:
dip.pm
Log Message:
removed bad "new Bio::Module" syntax, replaced with "Bio::Module->new"
Index: dip.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graph/IO/dip.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** dip.pm 26 Sep 2006 22:03:07 -0000 1.15
--- dip.pm 14 Jun 2007 14:16:11 -0000 1.16
***************
*** 54,58 ****
my $self = shift;
my %seen_nodes = ();
! my $graph = new Bio::Graph::ProteinGraph();
while (my $l = $self->_readline() ) {
--- 54,58 ----
my $self = shift;
my %seen_nodes = ();
! my $graph = Bio::Graph::ProteinGraph->new();
while (my $l = $self->_readline() ) {
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Coordinate Chain.pm, 1.8, 1.9 Collection.pm, 1.25, 1.26 GeneMapper.pm, 1.28, 1.29 Pair.pm, 1.21, 1.22
- Next message: [Bioperl-guts-l] bioperl-live/Bio/Graph/SimpleGraph Traversal.pm, 1.18, 1.19
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Bioperl-guts-l
mailing list