[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

Trevor Wennblom trevor at dev.open-bio.org
Wed Apr 4 18:07:46 UTC 2007


Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range
In directory dev.open-bio.org:/tmp/cvs-serv13464/lib/bio/util/restriction_enzyme/range/sequence_range

Modified Files:
	calculated_cuts.rb fragment.rb fragments.rb 
Log Message:
Removed independent path awareness.


Index: calculated_cuts.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range/calculated_cuts.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** calculated_cuts.rb	29 Mar 2007 02:48:15 -0000	1.4
--- calculated_cuts.rb	4 Apr 2007 18:07:44 -0000	1.5
***************
*** 9,16 ****
  #
  
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 6, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
- 
  require 'bio/util/restriction_enzyme'  # test/runner.rb wont load without this
  require 'bio/util/restriction_enzyme/cut_symbol'
--- 9,12 ----

Index: fragment.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range/fragment.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fragment.rb	2 Jan 2007 00:19:06 -0000	1.2
--- fragment.rb	4 Apr 2007 18:07:44 -0000	1.3
***************
*** 8,14 ****
  #  $Id$
  #
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 6, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
  
  require 'bio/util/restriction_enzyme/range/cut_ranges'
--- 8,11 ----

Index: fragments.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range/fragments.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fragments.rb	2 Jan 2007 00:19:06 -0000	1.2
--- fragments.rb	4 Apr 2007 18:07:44 -0000	1.3
***************
*** 8,14 ****
  #  $Id$
  #
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 6, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
  
  module Bio; end
--- 8,11 ----




More information about the bioruby-cvs mailing list