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.gitcd SeqComparegit submodule initgit submodule updatenpm installcd projectScemkdir venvpython3 -m venv venvsource venv/bin/activatepip3 install -r requirements.txtcd ..
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.
