Class: Tag
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Tag
- Defined in:
- app/models/tag.rb
Overview
Tag
Instance Method Summary collapse
Instance Method Details
#adapter_1 ⇒ Object
20 21 22 |
# File 'app/models/tag.rb', line 20 def adapter_1 "#{group_id}#{'_F' if oligo_reverse.present?}" end |
#adapter_2 ⇒ Object
24 25 26 |
# File 'app/models/tag.rb', line 24 def adapter_2 "#{group_id}#{'_R' if oligo_reverse.present?}" end |
#asymmetric? ⇒ Boolean
28 29 30 |
# File 'app/models/tag.rb', line 28 def asymmetric? oligo_reverse.present? end |