[BioRuby-cvs] bioruby/lib/bio/util/restriction_enzyme/range/sequence_range calculated_cuts.rb, 1.3, 1.4
Trevor Wennblom
trevor at dev.open-bio.org
Thu Mar 29 02:48:17 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/util/restriction_enzyme/range/sequence_range
In directory dev.open-bio.org:/tmp/cvs-serv9353/bio/util/restriction_enzyme/range/sequence_range
Modified Files:
calculated_cuts.rb
Log Message:
Patch for Range weirdness.
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.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** calculated_cuts.rb 6 Jan 2007 05:35:05 -0000 1.3
--- calculated_cuts.rb 29 Mar 2007 02:48:15 -0000 1.4
***************
*** 13,16 ****
--- 13,17 ----
$:.unshift(libpath) unless $:.include?(libpath)
+ require 'bio/util/restriction_enzyme' # test/runner.rb wont load without this
require 'bio/util/restriction_enzyme/cut_symbol'
require 'bio/util/restriction_enzyme/string_formatting'
***************
*** 251,253 ****
end # SequenceRange
end # Range
! end # Bio::RestrictionEnzyme
\ No newline at end of file
--- 252,254 ----
end # SequenceRange
end # Range
! end # Bio::RestrictionEnzyme
More information about the bioruby-cvs
mailing list