Class: Pooling::TagClashReport::Clash

Inherits:
Struct
  • Object
show all
Defined in:
app/models/pooling/tag_clash_report.rb

Overview

An oligo pair which clashes and details about the clashes causing the problem

Instance Attribute Summary collapse

Instance Attribute Details

#clashesObject

Returns the value of attribute clashes

Returns:

  • (Object)

    the current value of clashes



10
11
12
# File 'app/models/pooling/tag_clash_report.rb', line 10

def clashes
  @clashes
end

#i5_oligoObject

Returns the value of attribute i5_oligo

Returns:

  • (Object)

    the current value of i5_oligo



10
11
12
# File 'app/models/pooling/tag_clash_report.rb', line 10

def i5_oligo
  @i5_oligo
end

#i7_oligoObject

Returns the value of attribute i7_oligo

Returns:

  • (Object)

    the current value of i7_oligo



10
11
12
# File 'app/models/pooling/tag_clash_report.rb', line 10

def i7_oligo
  @i7_oligo
end

#tag_depthObject

Returns the value of attribute tag_depth

Returns:

  • (Object)

    the current value of tag_depth



10
11
12
# File 'app/models/pooling/tag_clash_report.rb', line 10

def tag_depth
  @tag_depth
end