Method: Bio::Nexus::GenericBlock#to_nexus

Defined in:
lib/bio/db/nexus.rb

#to_nexusObject

Should return a String describing this block as nexus formatted data.


Returns

String



808
809
810
811
# File 'lib/bio/db/nexus.rb', line 808

def to_nexus
  str = "generic block \"" + get_name + "\" [do not know how to write in nexus format]"
  str
end