[BioRuby] Nightly build testing, was: Broken link on wiki installation page

Pjotr Prins pjotr.public14 at thebird.nl
Thu Sep 22 14:15:42 UTC 2011


A versioned gem can be unpacked in place with

  gem unpack bio-blastxmlparser
    Unpacked gem:
    '/home/export/izip/git/projects/www/biogems.info/bio-blastxmlparser-1.0.1'
  cd bio-blast*

install the build dependencies

  bundle install

run tests 

  rake test

or here (I should add this to Rake).

  rspec spec/*

    Finished in 0.426 seconds
    9 examples, 0 failures

The versioned gems are listed inside bio-core, see

  https://github.com/helios/bioruby-core/blob/master/Rakefile

  e.g. gem.add_runtime_dependency 'bio-gff3',["= 0.8.7"]

Anyone installing the bio-core 0.0.1 will get bio-gff3 0.8.7. No
other version.

We can automate this.

Pj.



More information about the BioRuby mailing list