Native Installation - giffordlabcvr/Parvovirus-GLUE GitHub Wiki
Steps to Installing Parvovirus-GLUE
-
Install GLUE Software Framework: If you haven't already installed native GLUE, do so by following the native installation instructions in the GLUE User Guide.
-
Download the Parvovirus-GLUE Repository Clone or download the Parvovirus-GLUE repository.
-
Load or build the project The project can be installed by loading a prebuilt version, or via a local build process. The prebuilt database allows for quick setup, while the local build process allows for more customization.
Loading the Prebuilt Project
A prebuilt version of the Parvovirus-GLUE database is available in the repository, so you don’t need to build it locally. To load this database into your local MySQL system, use the following commands, adjusting to match your MySQL installation:
gunzip parvovirus_glue.sql.gz
/usr/local/mysql/bin/mysql --user=gluetools --password=glue12345 GLUE_TOOLS < parvovirus_glue.sql
Once you have done this, start the GLUE command line interpreter and check to see if the project is there.
Mode path: /
GLUE> list project
+==============+=====================================+
| name | description |
+==============+=====================================+
| parvoviridae | A GLUE project for the Parvoviridae |
+==============+=====================================+
Projects found: 1
Mode path: /
GLUE>
Local Build Option
If you prefer to build the project locally from scratch, follow these steps:
-
Navigate to the Parvovirus-GLUE Directory
-
Start the GLUE Command-Line Interpreter
-
Build the Core Project To build the core project run the following command:
Mode path: /
GLUE> run file buildCoreProject.glue
- Build Genus-Level Extension Projects: To incorporate a more extensive set of species run the following command:
Mode path: /
GLUE> run file buildGenusLevelProjects.glue