[Bioperl-guts-l] bioperl-live/Bio/SeqFeature/SiRNA Oligo.pm, 1.6, 1.7 Pair.pm, 1.6, 1.7
Senduran Balasubramaniam
sendu at dev.open-bio.org
Tue Sep 26 18:03:16 EDT 2006
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Seq BaseSeqProcessor.pm, 1.8, 1.9 EncodedSeq.pm, 1.12, 1.13 LargeLocatableSeq.pm, 1.6, 1.7 LargePrimarySeq.pm, 1.32, 1.33 LargeSeq.pm, 1.16, 1.17 LargeSeqI.pm, 1.6, 1.7 Meta.pm, 1.13, 1.14 MetaI.pm, 1.10, 1.11 PrimaryQual.pm, 1.24, 1.25 PrimedSeq.pm, 1.23, 1.24 QualI.pm, 1.11, 1.12 Quality.pm, 1.10, 1.11 RichSeq.pm, 1.20, 1.21 RichSeqI.pm, 1.15, 1.16 SeqBuilder.pm, 1.9, 1.10 SeqFactory.pm, 1.12, 1.13 SeqFastaSpeedFactory.pm, 1.9, 1.10 SeqWithQuality.pm, 1.27, 1.28 SequenceTrace.pm, 1.14, 1.15 TraceI.pm, 1.9, 1.10
- Next message: [Bioperl-guts-l] bioperl-live/Bio/SeqFeature Annotated.pm, 1.34, 1.35 AnnotationAdaptor.pm, 1.11, 1.12 Collection.pm, 1.18, 1.19 CollectionI.pm, 1.6, 1.7 Computation.pm, 1.16, 1.17 FeaturePair.pm, 1.22, 1.23 Generic.pm, 1.103, 1.104 PositionProxy.pm, 1.9, 1.10 Primer.pm, 1.21, 1.22 Similarity.pm, 1.17, 1.18 SimilarityPair.pm, 1.31, 1.32 TypedSeqFeatureI.pm, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioperl/bioperl-live/Bio/SeqFeature/SiRNA
In directory dev.open-bio.org:/tmp/cvs-serv29288/Bio/SeqFeature/SiRNA
Modified Files:
Oligo.pm Pair.pm
Log Message:
use base, return true
Index: Pair.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/SeqFeature/SiRNA/Pair.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Pair.pm 4 Jul 2006 22:23:22 -0000 1.6
--- Pair.pm 26 Sep 2006 22:03:14 -0000 1.7
***************
*** 89,95 ****
use warnings;
- use Bio::SeqFeature::Generic;
! our @ISA = qw(Bio::SeqFeature::Generic);
# arguments to new(). Taken from Bio::SeqFeature Generic.
--- 89,94 ----
use warnings;
! use base qw(Bio::SeqFeature::Generic);
# arguments to new(). Taken from Bio::SeqFeature Generic.
Index: Oligo.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/SeqFeature/SiRNA/Oligo.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Oligo.pm 4 Jul 2006 22:23:22 -0000 1.6
--- Oligo.pm 26 Sep 2006 22:03:14 -0000 1.7
***************
*** 87,93 ****
use warnings;
- use Bio::SeqFeature::Generic;
! our @ISA = qw(Bio::SeqFeature::Generic);
our @ARGNAMES = qw(SEQ START END STRAND PRIMARY SOURCE_TAG SCORE TAG
--- 87,92 ----
use warnings;
! use base qw(Bio::SeqFeature::Generic);
our @ARGNAMES = qw(SEQ START END STRAND PRIMARY SOURCE_TAG SCORE TAG
- Previous message: [Bioperl-guts-l] bioperl-live/Bio/Seq BaseSeqProcessor.pm, 1.8, 1.9 EncodedSeq.pm, 1.12, 1.13 LargeLocatableSeq.pm, 1.6, 1.7 LargePrimarySeq.pm, 1.32, 1.33 LargeSeq.pm, 1.16, 1.17 LargeSeqI.pm, 1.6, 1.7 Meta.pm, 1.13, 1.14 MetaI.pm, 1.10, 1.11 PrimaryQual.pm, 1.24, 1.25 PrimedSeq.pm, 1.23, 1.24 QualI.pm, 1.11, 1.12 Quality.pm, 1.10, 1.11 RichSeq.pm, 1.20, 1.21 RichSeqI.pm, 1.15, 1.16 SeqBuilder.pm, 1.9, 1.10 SeqFactory.pm, 1.12, 1.13 SeqFastaSpeedFactory.pm, 1.9, 1.10 SeqWithQuality.pm, 1.27, 1.28 SequenceTrace.pm, 1.14, 1.15 TraceI.pm, 1.9, 1.10
- Next message: [Bioperl-guts-l] bioperl-live/Bio/SeqFeature Annotated.pm, 1.34, 1.35 AnnotationAdaptor.pm, 1.11, 1.12 Collection.pm, 1.18, 1.19 CollectionI.pm, 1.6, 1.7 Computation.pm, 1.16, 1.17 FeaturePair.pm, 1.22, 1.23 Generic.pm, 1.103, 1.104 PositionProxy.pm, 1.9, 1.10 Primer.pm, 1.21, 1.22 Similarity.pm, 1.17, 1.18 SimilarityPair.pm, 1.31, 1.32 TypedSeqFeatureI.pm, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Bioperl-guts-l
mailing list