Method: Bio::Blast::Bl2seq::Report::F0dbstat#db_num
- Defined in:
- lib/bio/appl/bl2seq/report.rb
#db_num ⇒ Object
Returns number of sequences in database.
62 63 64 65 66 67 68 |
# File 'lib/bio/appl/bl2seq/report.rb', line 62 def db_num unless defined?(@db_num) parse_params @db_num = @hash['Number of Sequences'].to_i end @db_num end |