[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range cut_range.rb, 1.1, 1.2 cut_ranges.rb, 1.2, 1.3 horizontal_cut_range.rb, 1.2, 1.3 sequence_range.rb, 1.5, 1.6 vertical_cut_range.rb, 1.2, 1.3
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/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
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme analysis.rb, 1.15, 1.16 analysis_basic.rb, 1.9, 1.10 double_stranded.rb, 1.8, 1.9 single_strand.rb, 1.3, 1.4 single_strand_complement.rb, 1.2, 1.3 string_formatting.rb, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range
In directory dev.open-bio.org:/tmp/cvs-serv13464/lib/bio/util/restriction_enzyme/range
Modified Files:
cut_range.rb cut_ranges.rb horizontal_cut_range.rb
sequence_range.rb vertical_cut_range.rb
Log Message:
Removed independent path awareness.
Index: vertical_cut_range.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/vertical_cut_range.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** vertical_cut_range.rb 5 Jan 2007 06:03:22 -0000 1.2
--- vertical_cut_range.rb 4 Apr 2007 18:07:44 -0000 1.3
***************
*** 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/range/cut_range'
--- 8,11 ----
Index: horizontal_cut_range.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/horizontal_cut_range.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** horizontal_cut_range.rb 2 Jan 2007 06:18:38 -0000 1.2
--- horizontal_cut_range.rb 4 Apr 2007 18:07:44 -0000 1.3
***************
*** 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/range/cut_range'
--- 8,11 ----
Index: sequence_range.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** sequence_range.rb 6 Jan 2007 06:13:22 -0000 1.5
--- sequence_range.rb 4 Apr 2007 18:07:44 -0000 1.6
***************
*** 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/range/cut_ranges'
--- 8,11 ----
Index: cut_ranges.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/cut_ranges.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cut_ranges.rb 2 Jan 2007 06:18:38 -0000 1.2
--- cut_ranges.rb 4 Apr 2007 18:07:44 -0000 1.3
***************
*** 8,14 ****
# $Id$
#
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 5, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
module Bio; end
--- 8,11 ----
Index: cut_range.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/cut_range.rb,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cut_range.rb 2 Jan 2007 00:13:07 -0000 1.1
--- cut_range.rb 4 Apr 2007 18:07:44 -0000 1.2
***************
*** 9,16 ****
#
- require 'pathname'
- libpath = Pathname.new(File.join(File.dirname(__FILE__), ['..'] * 5, 'lib')).cleanpath.to_s
- $:.unshift(libpath) unless $:.include?(libpath)
-
require 'bio'
--- 9,12 ----
- Previous 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
- Next message: [BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme analysis.rb, 1.15, 1.16 analysis_basic.rb, 1.9, 1.10 double_stranded.rb, 1.8, 1.9 single_strand.rb, 1.3, 1.4 single_strand_complement.rb, 1.2, 1.3 string_formatting.rb, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list