Skip to content

percipere/pitagora-galaxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitagora-Galaxy 0.3.3

Installation

The scripts are tested on Ubuntu 14.04.4.

  • AWS: ubuntu-trusty-14.04-amd64-server-20160114.5 (ami-a21529cc)

Install Git and clone this repository.

$ sudo apt-get update
$ sudo apt-get install -y git
$ git clone -b release_0.3.3 https://github.com/pitagora-galaxy/pitagora-galaxy.git
$ cd pitagora-galaxy/scripts

Install OS Packages, Python, Galaxy. Set MySQL password to 'galaxy' when its prompt asks.

$ sh 01_install.sh
..
serving on http://127.0.0.1:8080
(Ctl + C to exit)

Configure Galaxy installation (database, disks, proxy, etc.)

  • AWS: Edit this script: /dev/sd[b|c] to /dev/xvd[b|c]
$ sh 02_config.sh
..
/dev/sdb is entire device, not just one partition!
Proceed anyway? (y,n) y
..
/dev/sdc is entire device, not just one partition!
Proceed anyway? (y,n) y
..
Miniconda2 will now be installed into this location:
/home/ubuntu/miniconda2
[/home/ubuntu/miniconda2] >>> Enter
..
Do you wish the installer to prepend the Miniconda2 install location
to PATH in your /home/ubuntu/.bashrc ? [yes|no]
[no] >>> no

Access http://<ip_address>/galaxy/ and create an admin user as admin@pitagora-galaxy.org. Then create an api key.

Install Galaxy tools from ToolShed or from GitHub.

$ . ~/.profile
$ sh 03_tools.sh <api_key>

Import Pitagora's workflows.

$ sh 04_workflows.sh <api_key>

Workflows

  • For the details of workflows, see our wiki.

About

Galaxy installation scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 76.5%
  • HTML 11.9%
  • ApacheConf 7.2%
  • Perl 4.4%