[Bioperl-guts-l] bioperl-live/Bio/Graph ProteinGraph.pm,1.22,1.23
Heikki Lehvaslaiho
heikki at pub.open-bio.org
Tue Jul 5 08:08:38 EDT 2005
Update of /home/repository/bioperl/bioperl-live/Bio/Graph
In directory pub.open-bio.org:/tmp/cvs-serv9309/Bio/Graph
Modified Files:
ProteinGraph.pm
Log Message:
POD fixes
Index: ProteinGraph.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Graph/ProteinGraph.pm,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** ProteinGraph.pm 14 Mar 2005 14:15:11 -0000 1.22
--- ProteinGraph.pm 5 Jul 2005 12:08:36 -0000 1.23
***************
*** 431,435 ****
-id => $other_edge->object_id(),
-nodes =>[$new, $self->nodes_by_id($common)],
! )
);
--- 431,435 ----
-id => $other_edge->object_id(),
-nodes =>[$new, $self->nodes_by_id($common)],
! )
);
***************
*** 545,548 ****
--- 545,549 ----
}
+
=head2 add_edge
***************
*** 610,613 ****
--- 611,615 ----
}
+
=head2 subgraph
***************
*** 622,629 ****
Arguments : A list of node objects.
-
-
-
=cut
sub subgraph {
my $self=shift;
--- 624,629 ----
Arguments : A list of node objects.
=cut
+
sub subgraph {
my $self=shift;
More information about the Bioperl-guts-l
mailing list