class Bio::FastaFormat
A patch for BioRuby FastaFormat
class
Public Instance Methods
description()
click to toggle source
# File lib/qu/utils.rb, line 125 def description @definition.split[1..-1].join(' ') end
Also aliased as: desc
entry_name()
click to toggle source
# File lib/qu/utils.rb, line 121 def entry_name @definition.split.first.chomp(',').gsub(/,/, '.') end