Class: Bio::FinishM::Primers::PrimerList
- Inherits:
-
Object
- Object
- Bio::FinishM::Primers::PrimerList
- Defined in:
- lib/finishm/primers.rb
Constant Summary collapse
- START_OF_CONTIG =
'start_of_contig'
- END_OF_CONTIG =
'end_of_contig'
Instance Attribute Summary collapse
-
#contig_name ⇒ Object
Returns the value of attribute contig_name.
-
#contig_side ⇒ Object
Returns the value of attribute contig_side.
-
#primers ⇒ Object
Returns the value of attribute primers.
Instance Attribute Details
#contig_name ⇒ Object
Returns the value of attribute contig_name.
423 424 425 |
# File 'lib/finishm/primers.rb', line 423 def contig_name @contig_name end |
#contig_side ⇒ Object
Returns the value of attribute contig_side.
423 424 425 |
# File 'lib/finishm/primers.rb', line 423 def contig_side @contig_side end |
#primers ⇒ Object
Returns the value of attribute primers.
423 424 425 |
# File 'lib/finishm/primers.rb', line 423 def primers @primers end |