Sha256: d902cedac2129460a1fdd3408cd8bdb8314d72f051aeca1da93c34ffd5892b4b

Contents?: true

Size: 701 Bytes

Versions: 12

Compression:

Stored size: 701 Bytes

Contents

#
# bio/util/restriction_enzyme/single_strand_complement.rb - Single strand restriction enzyme sequence in complement orientation
#
# Author::    Trevor Wennblom  <mailto:trevor@corevx.com>
# Copyright:: Copyright (c) 2005-2007 Midwinter Laboratories, LLC (http://midwinterlabs.com)
# License::   The Ruby License
#

module Bio

require 'bio/util/restriction_enzyme' unless const_defined?(:RestrictionEnzyme)

class RestrictionEnzyme

# A single strand of restriction enzyme sequence pattern with a 3' to 5' orientation.
#
class SingleStrandComplement < SingleStrand
  # Orientation of the strand, 3' to 5'
  def orientation; [3, 5]; end
end # SingleStrandComplement
end # RestrictionEnzyme
end # Bio

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bio-2.0.5 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-2.0.4 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-2.0.3 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-2.0.2 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-2.0.1 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-2.0.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.6.0.pre.20181210 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.5.2 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.5.1 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.5.0 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.4.3.0001 lib/bio/util/restriction_enzyme/single_strand_complement.rb
bio-1.4.3 lib/bio/util/restriction_enzyme/single_strand_complement.rb