root/galaxy-central/README.txt

リビジョン 2, 1.0 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
1GALAXY
2======
3http://galaxyproject.org/
4
5The latest information about Galaxy is always available via the Galaxy
6website above.
7
8HOW TO START
9============
10Galaxy requires Python 2.4, 2.5 or 2.6. To check your python version, run:
11
12% python -V
13Python 2.4.4
14
15Before starting Galaxy for the first time, please run the setup script:
16
17% sh setup.sh
18
19If setup.sh finishes successfully, you can then proceed to starting Galaxy:
20
21% sh run.sh
22
23Once Galaxy completes startup, you should be able to view Galaxy in your
24browser at:
25
26http://localhost:8080
27
28You may wish to make changes from the default configuration.  This can be done
29in the universe_wsgi.ini file.  Tools are configured in tool_conf.xml.  Details
30on adding tools can be found on the Galaxy website (linked above).
31
32Not all dependencies are included for the tools provided in the sample
33tool_conf.xml.  A full list of external dependencies is available at:
34
35http://bitbucket.org/galaxy/galaxy-central/wiki/ToolDependencies
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。