远志

个人站

欢迎来到我的个人站~


Galaxy Learning 2-- Install Galaxy on centos 7 system

Python version default as python 3.7 in Conda environment, so first thing is install conda.

1. Install Conda

mkdir Galaxy
cd Galaxy
curl -O https://repo.anaconda.com/archive/Anaconda3-2020.02-Linux-x86_64.sh
bash Anaconda3-2020.02-Linux-x86_64.sh

2. Activate conda base environment

cd /home/admin/anaconda3/bin
. ./activate

3. Install git

cd /home/admin/Galaxy
sudo yum install git

4. Download galaxy with git

git clone -b release_20.05 https://github.com/galaxyproject/galaxy.git

If it slowly download galaxy with git, download galaxy tar.gz package is an option.

wget https://github.com/galaxyproject/galaxy/archive/master.tar.gz
tar -zxvf master.tar.gz

5. Test default python version

python --version

6. Start Galaxy

ls
cd galaxy/
ls
sh run.sh

7. Test Galaxy: open http://localhost:8080 with firefox browser.

打赏一个呗

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦