Class: Pooling::TagClashReport::Clash
- Inherits:
-
Struct
- Object
- Struct
- Pooling::TagClashReport::Clash
- 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
-
#clashes ⇒ Object
Returns the value of attribute clashes.
-
#i5_oligo ⇒ Object
Returns the value of attribute i5_oligo.
-
#i7_oligo ⇒ Object
Returns the value of attribute i7_oligo.
-
#tag_depth ⇒ Object
Returns the value of attribute tag_depth.
Instance Attribute Details
#clashes ⇒ Object
Returns the value of attribute clashes
10 11 12 |
# File 'app/models/pooling/tag_clash_report.rb', line 10 def clashes @clashes end |
#i5_oligo ⇒ Object
Returns the value of attribute i5_oligo
10 11 12 |
# File 'app/models/pooling/tag_clash_report.rb', line 10 def i5_oligo @i5_oligo end |
#i7_oligo ⇒ Object
Returns the value of attribute i7_oligo
10 11 12 |
# File 'app/models/pooling/tag_clash_report.rb', line 10 def i7_oligo @i7_oligo end |
#tag_depth ⇒ Object
Returns the value of attribute tag_depth
10 11 12 |
# File 'app/models/pooling/tag_clash_report.rb', line 10 def tag_depth @tag_depth end |