-
Notifications
You must be signed in to change notification settings - Fork 0
Native Installation
-
Install GLUE Software Framework If you haven't installed GLUE yet, follow the native installation instructions in the GLUE User Guide.
-
Download the RABV-GLUE Repository Clone or download the RABV-GLUE repository.
-
Download & Load the Prebuilt Database
Prebuilt versions of the RABV-GLUE database are available here:
-
RABV-GLUE core project:
Download rabv_glue.sql.gz -
RABV-GLUE core project + NCBI-RABV-GLUE extension:
Download ncbi_rabv_glue.sql.gz
Select the appropriate build and download it. To load this database into your local MySQL system, use the following commands, adjusting to match your MySQL installation:
gunzip rabv_glue.sql.gz
/usr/local/mysql/bin/mysql --user=gluetools --password=glue12345 GLUE_TOOLS < rabv_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 |
+==============+=========================================================+
| rabv | A GLUE project for rabies virus (RABV) |
+==============+=========================================================+
Projects found: 1
Mode path: /
GLUE>
Alternatively, if you prefer to build the project locally from scratch, follow these steps:
-
Navigate to the RABV-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 buildRabvProject.glue
The prebuilt database allows for quick setup, while the local build process allows for more customization.