The projectSce
submodule contains the python code.
The react-gui
submodule contains the React files.
The .deb
files provided in the releases will install the project on the target machine.
Input the following in the terminal
git clone https://github.com/tomikonio/SeqCompare.git
cd SeqCompare
git submodule init
git submodule update
npm install
cd projectSce
mkdir venv
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
cd ..
In order to run the project you need to install Electron Forge by running:
npm install -g electron-forge
- This will install the electron-forge CLI in the global scope.
Now cd
into the SeqCompare folder and run:
electron-forge start
- This will start the project.