(참조 : http://wiki.g2.bx.psu.edu/Admin/Get%20Galaxy)
1. galaxy를 설치할 디렉토리를 생성
7. 접속하기
8. 외부에서 접속할 수 있도록 수정
1. galaxy를 설치할 디렉토리를 생성
$ mkdir galaxy-python
2. python 바로가기를 설정
$ ln -s /usr/bin/python ~/galaxy-python/python
3. galaxy를 설치할 디렉토리를 경로에 추가
$ export PATH=~/galaxy-python:$PATH
4. galaxy 프로그램은 hg 명령을 통해 소스를 받아올 수 있다. 따라서 hg관련 프로그램을 설치해야 한다.
관련 사이트 : http://mercurial.selenic.com/wiki/
간단하게 repository를 추가하여 설치
$ sudo apt-add-repository ppa:mercurial-ppa/releases
$ sudo apt-get update
$ sudo apt-get install mercurial
5. galaxy 프로그램을 받아야 설치
$ hg clone https://bitbucket.org/galaxy/galaxy-dist/
6. galaxy 실행
$ sh run.sh
localhost:8080을 웹브라우저에 입력
universe_wsgi.ini 파일에서 host부분의 주소를 ##host = 0.0.0.0##로 바꿈
728x90
'Bioinformatics' 카테고리의 다른 글
VGAM(vector generalized additive models) (0) | 2011.09.29 |
---|---|
How to install pasha on Ubuntu 11.04 (0) | 2011.09.05 |
How to install Velvet on UBUNTU (0) | 2011.06.02 |
BLAST Tabular Output (0) | 2010.09.02 |
blast process (0) | 2010.05.10 |