lib/bio-gem/templates/lib in bio-gem-1.1.1 vs lib/bio-gem/templates/lib in bio-gem-1.1.2
- old
+ new
@@ -6,5 +6,12 @@
#
# 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 %>
\ No newline at end of file