[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/single_strand cut_locations_in_enzyme_notation.rb, 1.3, 1.4
Trevor Wennblom
trevor at dev.open-bio.org
Wed Apr 4 18:07:46 UTC 2007
- Previous message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range/sequence_range calculated_cuts.rb, 1.4, 1.5 fragment.rb, 1.2, 1.3 fragments.rb, 1.2, 1.3
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/double_stranded aligned_strands.rb, 1.3, 1.4 cut_location_pair.rb, 1.5, 1.6 cut_location_pair_in_enzyme_notation.rb, 1.3, 1.4 cut_locations.rb, 1.3, 1.4 cut_locations_in_enzyme_notation.rb, 1.3, 1.4
- 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-serv13464/lib/bio/util/restriction_enzyme/single_strand
Modified Files:
cut_locations_in_enzyme_notation.rb
Log Message:
Removed independent path awareness.
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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cut_locations_in_enzyme_notation.rb 1 Jan 2007 03:36:37 -0000 1.3
--- cut_locations_in_enzyme_notation.rb 4 Apr 2007 18:07:44 -0000 1.4
***************
*** 8,14 ****
# $Id$
#
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 5, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
require 'bio/util/restriction_enzyme/cut_symbol'
--- 8,11 ----
- Previous message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range/sequence_range calculated_cuts.rb, 1.4, 1.5 fragment.rb, 1.2, 1.3 fragments.rb, 1.2, 1.3
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/double_stranded aligned_strands.rb, 1.3, 1.4 cut_location_pair.rb, 1.5, 1.6 cut_location_pair_in_enzyme_notation.rb, 1.3, 1.4 cut_locations.rb, 1.3, 1.4 cut_locations_in_enzyme_notation.rb, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list