This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
bioruby /
| name | age | message | |
|---|---|---|---|
| |
COPYING | Thu Jul 12 08:59:44 -0700 2001 | |
| |
COPYING.LIB | Thu Jul 12 08:59:44 -0700 2001 | |
| |
ChangeLog | ||
| |
README | ||
| |
bin/ | ||
| |
doc/ | ||
| |
etc/ | ||
| |
install.rb | ||
| |
lib/ | ||
| |
sample/ |
README
= BioRuby
BioRuby project aims to implement integrated environment for Bioinformatics.
== WHERE TO GET
* WWW
* ((<URL:http://bioruby.org/>)) for more informations.
* FTP
* ((<URL:ftp://ftp.bioruby.org/bioruby/>))
* CVS
% cvs -d :pserver:anonymous@cvs.bioruby.org:/export/cvs login
CVS password: (no password is required, just return)
% cvs -d :pserver:anonymous@cvs.bioruby.org:/export/cvs co bioruby
== REQUIREMENT
* Ruby 1.6.6 or newer version is required.
* ((<URL:http://www.ruby-lang.org/>))
== INSTALL
% ruby install.rb config
% ruby install.rb setup
# ruby install.rb install
("ruby install.rb --help" for more details)
== USAGE
#!/usr/bin/env ruby
require 'bio'
== LICENCE
* GPL for applications, LGPL for libraries.
* install.rb comes from ((<setup|URL:http://www.loveruby.net/en/setup.html>)).
== AUTHORS
* KATAYAMA Toshiaki <k@bioruby.org>, project leader
* Yoshinori K. Okuji <okuji@enbug.org>
* Mitsuteru S. Nakao <n@bioruby.org>
* KAWASHIMA Shuichi <s@bioruby.org>
* GOTO Naohisa <ngoto@gen-info.osaka-u.ac.jp>








