mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-22 06:16:50 +08:00
cbffed2950cbafc44ee181224ffff2d49b8df592
Missed a sample locally cahced data file, added the Fetch closest feature tool to mains tool config.
INTRO ===== This program requires python 2.4 or later. To check your python version type: python -V. To start a server you need to do run the server as: python universe.py This will start a server on localhost port 8080. In your browser go to: http://localhost:8080 and you should see the Galaxy environment with some default tools. To customize the tools that are loaded see tool.conf.sample To customize the way your server is ran edit universe.conf *Note* certain tools may require certain libraries to be present. (See run.sh for more details) RUNTIME ENVIRONMENT =================== The default server home will be the directory where the program starts. You can use the UNIVERSE_HOME environment variable to point to a different server home. The path that the UNIVERSE_HOME variable points to must be a directory with the following subdirectories: database database/files database/import tools OPTIMIZED LIBRARIES =================== To allow python to load optimized libraries the path to these must be listed in the python path. See the previous section or run.sh for an example. Loading the optimized Cheetah templating libraries can lead to significant performance gains. At startup you the log message: Optimized Namemapper: True|False will tell you whether the optimized Cheetah template was loaded (or not). TOOL DEVELOPMENT ================ See the wiki pages for more details: http://g2.bx.psu.edu
Languages
Python
66.5%
Vue
12.8%
TypeScript
11.2%
JavaScript
3.7%
Jupyter Notebook
2.7%
Other
2.9%