Sha256: 0ff58b46b91bce335cc4c1652bc6d8771c9514442540b4f6aa8b3700b4786389
Contents?: true
Size: 701 Bytes
Versions: 14
Compression:
Stored size: 701 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. require 'bio/graphics/svgee' require 'bio/graphics/glyph' require 'bio/graphics/page' require 'bio/graphics/track' require 'bio/graphics/mini_feature' require 'bio/graphics/primitive'
Version data entries
14 entries across 14 versions & 1 rubygems