Overview
This code has been tested to work on OSX-10.14, Ubuntu 18.04 and CentOS-7.7
Windows support is left as an exercise for the reader (but should mostly work with Anaconda).
Our software works on Python3.6 or later.
Getting Started
In order to use our software package, first clone the GitHub repository onto your development environment.
Open your terminal/command prompt and use the following command to download the source code from GitHub.
git clone https://github.com/oscardssmith/Disease-Gene-Network-Analysis.git
If GitHub has deleted the project, it can be downloaded directly from here.
cd Disease-Gene-Network-Analysis
to make our repository your working directory. Now use the command
python3 run.py
to install dependencies, download appropriate files, and pull up an interface that allows you to interact with our code.