[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme cut_symbol.rb, 1.3, 1.4 double_stranded.rb, 1.2, 1.3
Trevor Wennblom
trevor at dev.open-bio.org
Mon Jan 1 05:07:06 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/double_stranded aligned_strands.rb, 1.2, 1.3 cut_location_pair.rb, 1.2, 1.3 cut_location_pair_in_enzyme_notation.rb, 1.2, 1.3 cut_locations.rb, 1.2, 1.3 cut_locations_in_enzyme_notation.rb, 1.2, 1.3
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/analysis calculated_cuts.rb, 1.3, 1.4 cut_range.rb, 1.2, 1.3 cut_ranges.rb, 1.3, 1.4 horizontal_cut_range.rb, 1.2, 1.3 sequence_range.rb, 1.4, 1.5 vertical_cut_range.rb, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme
In directory dev.open-bio.org:/tmp/cvs-serv855/lib/bio/util/restriction_enzyme
Modified Files:
cut_symbol.rb double_stranded.rb
Log Message:
Index: cut_symbol.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/cut_symbol.rb,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cut_symbol.rb 1 Jan 2007 02:16:05 -0000 1.3
--- cut_symbol.rb 1 Jan 2007 05:07:04 -0000 1.4
***************
*** 91,95 ****
#########
! protected
#########
--- 91,95 ----
#########
! #protected # NOTE this is a Module, can't hide CutSymbol__
#########
Index: double_stranded.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/double_stranded.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** double_stranded.rb 31 Dec 2006 21:50:31 -0000 1.2
--- double_stranded.rb 1 Jan 2007 05:07:04 -0000 1.3
***************
*** 31,41 ****
# License:: Distributes under the same terms as Ruby
#
! # A pair of +SingleStrand+ and +SingleStrandComplement+ objects with methods to
# add utility to their relation.
#
# = Notes
! # * This is created by Bio::RestrictionEnzyme.new for convenience.
! # * The two strands accessible are +primary+ and +complement+.
! # * SingleStrand methods may be used on DoubleStranded and they will be passed to +primary+.
#
class DoubleStranded
--- 31,41 ----
# License:: Distributes under the same terms as Ruby
#
! # A pair of SingleStrand and SingleStrandComplement objects with methods to
# add utility to their relation.
#
# = Notes
! # * This is created by Bio::RestrictionEnzyme.new for convenience.
! # * The two strands accessible are +primary+ and +complement+.
! # * SingleStrand methods may be used on DoubleStranded and they will be passed to +primary+.
#
class DoubleStranded
- Previous message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/double_stranded aligned_strands.rb, 1.2, 1.3 cut_location_pair.rb, 1.2, 1.3 cut_location_pair_in_enzyme_notation.rb, 1.2, 1.3 cut_locations.rb, 1.2, 1.3 cut_locations_in_enzyme_notation.rb, 1.2, 1.3
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/analysis calculated_cuts.rb, 1.3, 1.4 cut_range.rb, 1.2, 1.3 cut_ranges.rb, 1.3, 1.4 horizontal_cut_range.rb, 1.2, 1.3 sequence_range.rb, 1.4, 1.5 vertical_cut_range.rb, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list