rsnt_translations
56,420
edits
(Marked this version for translation) |
No edit summary |
||
Line 19: | Line 19: | ||
<!--T:7--> | <!--T:7--> | ||
Galaxy is usually installed on the project directory of the group and it contains several sub-directories. The name of the Galaxy top directory is determined by taking the first two character of PI username + "glxy". For example if PI username is "davidc" the Galaxy top directory will "daglxy" and it is located in <code>/project/group name/</code> where <code>group name</code> is the default group name of PI, eg., <code>def-davidc</code>. Galaxy main directory contains the following sub-directories which is slightly different than the original Galaxy package. | Galaxy is usually installed on the project directory of the group and it contains several sub-directories. The name of the Galaxy top directory is determined by taking the first two character of PI username + "glxy". For example if PI username is "davidc" the Galaxy top directory will be "daglxy" and it is located in <code>/project/group name/</code> where <code>group name</code> is the default group name of PI, eg., <code>def-davidc</code>. Galaxy main directory contains the following sub-directories which is slightly different than the original Galaxy package. | ||
<!--T:8--> | <!--T:8--> | ||
* config: | * '''config''': contains all required configuration files to set up and optimize the Galaxy server. Below we explain some basic concepts of some of the configuration files that need to be set up in order to be compatible with our HPC environment, however, we will not cover all concepts. | ||
* galaxy: | * '''galaxy''': contains the core Galaxy package which is written mostly in Python. | ||
* logs: | * '''logs''': contains two files, <code>galaxy.log</code> and <code>server.log</code>. All messages during startup or shutdown of the server are written in <code>server.log</code> while all messages during the run are written in <code>galaxy.log</code>. | ||
* plugins: | * '''plugins''': contains all plugins. In the original Galaxy package, this directory is located in the <code>galaxy</code> directory. | ||
* tmp: | * '''tmp''': contains all temporary files that Galaxy needs for compiling and installing toolsheds. | ||
* venv: | * '''venv''': a Python virtual environment directory that contains all Python package dependencies. | ||
* tool-data: | * '''tool-data''': contains data used by tools. See the samples in [https://galaxyproject.org/admin/data-integration data-integration]. | ||
* tool-dependencies: | * '''tool-dependencies''': contains all packages needed for toolsheds. By default, packages in this directory are installed using Anaconda. | ||
* database: | * '''database''': contains input, output, and error files of all jobs that run on cluster nodes. | ||
=== Galaxy files ownership and modification === <!--T:9--> | === Galaxy files ownership and modification === <!--T:9--> |