Method: Bio::Blast::Default::Report#reference
- Defined in:
- lib/bio/appl/blast/format0.rb
#reference ⇒ Object
Returns the bibliography reference of the BLAST software. Note that this method shows only the first reference. When you want to get additional references, you can use references
method.
229 230 231 |
# File 'lib/bio/appl/blast/format0.rb', line 229 def reference references[0] end |