[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


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




More information about the bioruby-cvs mailing list