Sha256: cd3c8ec45c3405bc00eb6359e8cfae4d83b8153759b1e1496fe3b0c50a2bf97d
Contents?: true
Size: 593 Bytes
Versions: 21
Compression:
Stored size: 593 Bytes
Contents
# # bio/util/restriction_enzyme/range/cut_range.rb - Abstract base class for HorizontalCutRange and VerticalCutRange # # Author:: Trevor Wennblom <mailto:trevor@corevx.com> # Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com) # License:: The Ruby License # # $Id: cut_range.rb,v 1.4 2007/07/16 19:28:48 k Exp $ # require 'bio/util/restriction_enzyme' module Bio class RestrictionEnzyme class Range # Abstract base class for HorizontalCutRange and VerticalCutRange # class CutRange end # CutRange end # Range end # RestrictionEnzyme end # Bio
Version data entries
21 entries across 21 versions & 5 rubygems