Method: Bio::Fasta.parser

Defined in:
lib/bio/appl/fasta.rb

.parser(parser) ⇒ Object

OBSOLETE. Does nothing and shows warning messages.

Historically, selecting parser to use (‘format6’ or ‘format10’ were expected, but only ‘format10’ was available as a working parser).



74
75
76
# File 'lib/bio/appl/fasta.rb', line 74

def self.parser(parser)
  warn 'Bio::Fasta.parser is obsoleted and will soon be removed.'
end