Yabi is a web based workflow environment
5.0K
Yabi is a 3-tier application stack to provide users with an intuitive, easy to use, abstraction of compute and data environments. Developed at the Centre for Comparative Genomics (https://ccg.murdoch.edu.au/), Yabi has been deployed across a diverse set of scientific disciplines and high performance computing environments.
Yabi has a few key features:
More docs at Read the Docs (https://yabi.readthedocs.org/).
Hosted on Bitbucket:
https://bitbucket.org/ccgmurdoch/yabi/
Or if you prefer, GitHub:
https://github.com/muccg/yabi/
Documentation on Read the Docs:
https://yabi.readthedocs.org/
Project Managed on JIRA:
https://ccgmurdoch.atlassian.net/projects/YABI/
Twitter:
http://twitter.com/#!/yabiproject
YouTube:
https://www.youtube.com/playlist?list=PLA7CAEC7DAA530AFA
Email:
We do our development using Docker containers. See: https://www.docker.com/. You will have to set up Docker on your development machine.
Other development dependencies are Python 2 and virtualenv (https://virtualenv.pypa.io/en/latest/).
All the development tasks can be done by using the develop.sh shell script in this directory.
Please run it without any arguments for help on its usage.
Some typical usages are:
./develop.sh start
To start up all the docker containers needed for dev.
You can access the Django Yabi application on http://localhost:8000
(replace localhost with $ boot2docker ip if using boot2docker) after this.
You can login with one of the default users demo/demo or admin/admin.
./develop.sh runtests Starts up all the docker containers and runs all our tests against them.
./develop.sh pythonlint Lint your python code.
./develop.sh jslint Lint your javascript code.
Note: Our docker containers are coordinated using docker-compose (https://docs.docker.com/compose/) but docker-compose will be installed into a virtualenv environment automatically by the ./develop.sh script for you.
Hunter AA, Macgregor AB, Szabo TO, Wellington CA and Bellgard MI, Yabi: An online research environment for Grid, High Performance and Cloud computing, Source Code for Biology and Medicine 2012, 7:1 doi:10.1186/1751-0473-7-1 Published: 15 February 2012 Source Code for Biology and Medicine (http://www.scfbm.org/content/7/1/1/abstract)
Content type
Image
Digest
Size
124.9 MB
Last updated
almost 9 years ago
docker pull muccg/yabi:next_release-post-9.9.5