Class: Bio::EuPathDB::FastaAnnotation
- Inherits:
-
Object
- Object
- Bio::EuPathDB::FastaAnnotation
- Defined in:
- lib/eupathdb_fasta.rb
Instance Attribute Summary collapse
-
#annotation ⇒ Object
Returns the value of attribute annotation.
-
#gene_id ⇒ Object
Returns the value of attribute gene_id.
-
#scaffold ⇒ Object
Returns the value of attribute scaffold.
-
#sequence ⇒ Object
Returns the value of attribute sequence.
-
#sequencing_centre ⇒ Object
Returns the value of attribute sequencing_centre.
Instance Attribute Details
#annotation ⇒ Object
Returns the value of attribute annotation.
65 66 67 |
# File 'lib/eupathdb_fasta.rb', line 65 def annotation @annotation end |
#gene_id ⇒ Object
Returns the value of attribute gene_id.
65 66 67 |
# File 'lib/eupathdb_fasta.rb', line 65 def gene_id @gene_id end |
#scaffold ⇒ Object
Returns the value of attribute scaffold.
65 66 67 |
# File 'lib/eupathdb_fasta.rb', line 65 def scaffold @scaffold end |
#sequence ⇒ Object
Returns the value of attribute sequence.
65 66 67 |
# File 'lib/eupathdb_fasta.rb', line 65 def sequence @sequence end |
#sequencing_centre ⇒ Object
Returns the value of attribute sequencing_centre.
65 66 67 |
# File 'lib/eupathdb_fasta.rb', line 65 def sequencing_centre @sequencing_centre end |