这是indexloc提供的服务,不要输入任何密码
Skip to content

The Refinery Platform is a data management, analysis and visualization system for bioinformatics and computational biology applications. The platforms consists of three major components: a data repository with rich metadata capabilities, a workflow engine based on the popular Galaxy system, and visualization tools to support the exploration and …

License

Notifications You must be signed in to change notification settings

resurgo-genetics/refinery-platform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Refinery Platform

Installing and Launching for Development

Prerequisites

Install Git, Vagrant (1.2.7 or later) and Virtualbox (4.2.16 or later). Mac OS X 10.9 "Mavericks" users should install Vagrant 1.3.5 and VirtualBox 4.3.2.

You may also have to import the right VM image:

$ vagrant box add precise32 http://files.vagrantup.com/precise32.box

Configure and Load Virtual Machine

$ git clone git@github.com:parklab/refinery-platform.git
$ cd refinery-platform
$ vagrant up

The above step should take about 15 minutes depending on the speed of your machine and Internet connection. If you get an error, simply retry by:

$ vagrant provision

Launch Refinery

Connect to the initialized VM and start Refinery services:

$ vagrant ssh
$ cd /vagrant/refinery && workon refinery-platform
$ supervisord

Open http://192.168.50.50:8000/ in your web browser.

Please see installation notes for more details, including information on how to configure Galaxy for this setup.

Troubleshooting

  • Refinery deployment requires a lot of external dependencies. You might have to run vagrant provision repeatedly to install all dependencies successfully. Any errors in the output of vagrant provision indicate that you have to re-run the command.
  • If you have a VPN connection running, you may need to disconnect and reconnect before you can access the VM. In some cases you may have to reboot the host machine.

About

The Refinery Platform is a data management, analysis and visualization system for bioinformatics and computational biology applications. The platforms consists of three major components: a data repository with rich metadata capabilities, a workflow engine based on the popular Galaxy system, and visualization tools to support the exploration and …

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.7%
  • Python 34.3%
  • HTML 13.4%
  • CSS 3.2%
  • XSLT 1.3%
  • Puppet 0.6%
  • Other 0.5%