Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HPCC-Cloud-Computing/bioinformatics-dashboard
Bioinformatics Dashboard
https://github.com/HPCC-Cloud-Computing/bioinformatics-dashboard
Last synced: 6 days ago
JSON representation
Bioinformatics Dashboard
- Host: GitHub
- URL: https://github.com/HPCC-Cloud-Computing/bioinformatics-dashboard
- Owner: HPCC-Cloud-Computing
- License: apache-2.0
- Created: 2016-01-22T10:13:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T02:58:31.000Z (over 7 years ago)
- Last Synced: 2024-08-02T20:47:56.390Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 498 KB
- Stars: 3
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bio Informatics Dashboard
## Prerequisites & Requirements ##
* Ubuntu Server 14.04 LTS
* OpenStack Kilo with Nova, Neutron, Swift, Heat with Docker Resource([Install Guide](https://www.evernote.com/shard/s520/sh/548c014f-25b2-4506-9f34-32731a071682/be4509f657ff26f168b147570993e48c))
* Docker engine version <= 1.7.x with docker api version <= 1.19.
```
sudo apt-get install docker-engine=1.7.1-0~trusty
```## Setup Instructions ##
1. Clone the repository into your local OpenStack directory:
```
git clone https://github.com/cloudcomputinghust/bioinformatics-dashboard.git
```2. Copy bioinformatics folder to /usr/share/openstack-dashboard/openstack_dashboard/dashboards
```
cp -r bioinformatics /usr/share/openstack-dashboard/openstack_dashboard/dashboard```
3. Create link to /usr/share/openstack-dashboard/static/bioinformatics
```
ln -s /usr/share/openstack-dashboard/openstack_dashboard/dashboards/bioinformatics/static/bioinformatics/ \
/usr/share/openstack-dashboard/static/bioinformatics/
```4. Copy file _50_bioinformatics.py to /usr/share/openstack-dashboard/openstack_dashboard/enabled/
```
cp _50_bioinformatics.py /usr/share/openstack-dashboard/openstack_dashboard/enabled/
```