Installation

Dependencies

Installation

The preferred method of installation is using Drush:

cd [your drupal root]/sites/all/modules
git clone https://github.com/UofS-Pulse-Binfo/tripal_qtl.git

The above command downloads the module into the expected directory (e.g. /var/www/html/sites/all/modules/tripal_qtl). Next we need to install the module:

drush pm-enable tripal_qtl

That’s it! No configuration needed!