[Bioperl-guts-l] bioperl-live/Bio/Annotation Target.pm,1.4,1.5
Heikki Lehvaslaiho
heikki at pub.open-bio.org
Wed Dec 8 06:46:43 EST 2004
Update of /home/repository/bioperl/bioperl-live/Bio/Annotation
In directory pub.open-bio.org:/tmp/cvs-serv28697/Bio/Annotation
Modified Files:
Target.pm
Log Message:
made SYNOPSIS section to compile, helped by "cd maintenance; ./modules.pl --synopsis"
Index: Target.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/Annotation/Target.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Target.pm 23 Nov 2004 04:02:26 -0000 1.4
--- Target.pm 8 Dec 2004 11:46:40 -0000 1.5
***************
*** 24,33 ****
);
! #or
$target2 = new Bio::Annotation::Target();
$target2->target_id('Q75IM5');
$target2->start(7);
! ... etc ...
# Target is-a Bio::AnnotationI object, can be added to annotation
--- 24,33 ----
);
! # or
$target2 = new Bio::Annotation::Target();
$target2->target_id('Q75IM5');
$target2->start(7);
! # ... etc ...
# Target is-a Bio::AnnotationI object, can be added to annotation
More information about the Bioperl-guts-l
mailing list