Sha256: c914f54b1f58449fb45fec8cd5ab42943d5509d067a37080da496fe27f7fe343
Contents?: true
Size: 734 Bytes
Versions: 3
Compression:
Stored size: 734 Bytes
Contents
# Please require your code below, respecting the bioruby directory tree. # For instance, perhaps the only uncommented line in this file might # be something like this: # # require 'bio/sequence/awesome_sequence_plugin_thingy' # # and then create the ruby file 'lib/bio/sequence/awesome_sequence_thingy.rb' # and put your plugin's code there. It is bad practice to write other code # directly into this file, because doing so causes confusion if this biogem # was ever to get merged into the main bioruby tree. <% if options[:biogem_db] %> require '<%= File.join("bio",sub_module.downcase,"connect") %>' <% unless options[:biogem_engine] %> require '<%= File.join("bio",sub_module.downcase,"example") %>' <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bio-gem-1.2.1 | lib/bio-gem/templates/lib |
bio-gem-1.2.0 | lib/bio-gem/templates/lib |
bio-gem-1.1.2 | lib/bio-gem/templates/lib |