Skip to content

Commit

Permalink
Bug fix: Missing require when generating genbank output for BioSQL se…
Browse files Browse the repository at this point in the history
…quence

 * Bug fix: Missing require when generating genbank output for BioSQL
   sequence. Partly fix bioruby#89
  • Loading branch information
binnisb authored and ngoto committed Dec 10, 2013
1 parent 1f829ae commit 3337bbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bio/db/biosql/biosql_to_biosequence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

require 'bio/sequence'
require 'bio/sequence/adapter'
require 'bio/sequence/dblink'

# Internal use only. Normal users should not use this module.
#
Expand Down

0 comments on commit 3337bbd

Please sign in to comment.