[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/single_strand cut_locations_in_enzyme_notation.rb, 1.6, 1.7
Katayama Toshiaki
k at dev.open-bio.org
Mon Jul 16 19:28:50 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range/sequence_range calculated_cuts.rb, 1.6, 1.7 fragment.rb, 1.5, 1.6 fragments.rb, 1.4, 1.5
- Next message: [BioRuby-cvs] bioruby/test/unit/bio/util/restriction_enzyme test_analysis.rb, 1.12, 1.13 test_double_stranded.rb, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/single_strand
In directory dev.open-bio.org:/tmp/cvs-serv21244/restriction_enzyme/single_strand
Modified Files:
cut_locations_in_enzyme_notation.rb
Log Message:
* autoloadified
Index: cut_locations_in_enzyme_notation.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/single_strand/cut_locations_in_enzyme_notation.rb,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cut_locations_in_enzyme_notation.rb 5 Apr 2007 23:35:42 -0000 1.6
--- cut_locations_in_enzyme_notation.rb 16 Jul 2007 19:28:48 -0000 1.7
***************
*** 9,26 ****
#
! require 'bio/util/restriction_enzyme/cut_symbol'
! require 'bio/sequence'
! module Bio; end
! class Bio::RestrictionEnzyme
! class SingleStrand < Bio::Sequence::NA
- #
- # bio/util/restriction_enzyme/single_strand/cut_locations_in_enzyme_notation.rb - The cut locations, in enzyme notation
- #
- # Author:: Trevor Wennblom <mailto:trevor at corevx.com>
- # Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
- # License:: The Ruby License
- #
# Stores the cut location in thier enzyme index notation
#
--- 9,18 ----
#
! require 'bio/util/restriction_enzyme'
! module Bio
! class RestrictionEnzyme
! class SingleStrand
# Stores the cut location in thier enzyme index notation
#
***************
*** 140,142 ****
end # CutLocationsInEnzymeNotation
end # SingleStrand
! end # Bio::RestrictionEnzyme
\ No newline at end of file
--- 132,135 ----
end # CutLocationsInEnzymeNotation
end # SingleStrand
! end # RestrictionEnzyme
! end # Bio
- Previous message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range/sequence_range calculated_cuts.rb, 1.6, 1.7 fragment.rb, 1.5, 1.6 fragments.rb, 1.4, 1.5
- Next message: [BioRuby-cvs] bioruby/test/unit/bio/util/restriction_enzyme test_analysis.rb, 1.12, 1.13 test_double_stranded.rb, 1.5, 1.6
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list