pBRIT candiate gene prioritization

contact

Downloads:

Local Installation:

To setup a local installation follow these steps:

  1. Clone our repository at BitBucket.
  2. Copy the '.credentials.example' under 'includes' to '.credentials' and adapt to your environment.
  3. Install the database at the server specified in the .credentials file:
    1. Download database structure: Download SQL
    2. Import SQL : 'mysql -u %pbrituser% -p -h %db_host% pbrit < pbrit.structure.sql'
    3. Download database contents: Download SQL
    4. Import SQL : 'mysql -u %pbrituser% -p -h %db_host% pbrit < pbrit.data.sql'

Validation Data

The complete crossvalidation data can be downloaded : here