Skip to content

Native Installation

Robert J. Gifford edited this page Oct 15, 2024 · 1 revision
  1. Install GLUE Software Framework If you haven't installed GLUE yet, follow the native installation instructions on the GLUE website.

  2. Download the Flu-GLUE Repository Clone or download the Flu-GLUE repository.

  3. Load the Prebuilt Database A prebuilt version of the Flu-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 flu_glue.sql.gz
   
   /usr/local/mysql/bin/mysql  --user=gluetools --password=glue12345 GLUE_TOOLS < flu_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                       |
+==============+=========================================================+
| flu       | A GLUE project for influenza viruses                  |
+==============+=========================================================+
Projects found: 1
Mode path: /
GLUE> 

Alternatively, if you prefer to build the project locally from scratch, follow these steps:

  1. Navigate to the Flu-GLUE Directory

  2. Start the GLUE Command-Line Interpreter

  3. Build the Core Project To build the core project run the following command:

   Mode path: /
   GLUE> run file buildFluProject.glue