展开

Galaxy的安装及使用

最后发布时间 : 2023-09-10 01:53:43 浏览量 :

安装

下载

git clone git@github.com:galaxyproject/galaxy.git
git checkout master

修改配置文件

 cp  galaxy.yml.sample  galaxy.yml

安装依赖

Found Conda, will set up a virtualenv using conda.
To use a virtualenv instead, create one with a non-Conda Python at .venv
Creating Conda environment for Galaxy: _galaxy_
To avoid this, use the --no-create-venv flag or set $GALAXY_CONDA_ENV to an
existing environment before starting Galaxy.
Collecting package metadata (current_repodata.json): done
Solving environment: done

报错

ERROR: Could not find a version that satisfies the requirement a2wsgi==1.4.1 (from versions: none)
ERROR: No matching distribution found for a2wsgi==1.4.1