Class: Bix::Fasta

Inherits:
Object
  • Object
show all
Defined in:
lib/bix/fasta.rb

Instance Attribute Summary collapse

Instance Attribute Details

#headerObject

Returns the value of attribute header.



3
4
5
# File 'lib/bix/fasta.rb', line 3

def header
  @header
end

#seqObject

Returns the value of attribute seq.



3
4
5
# File 'lib/bix/fasta.rb', line 3

def seq
  @seq
end