Skip to content

A Biopython script used to compare nucleotide sequences

Notifications You must be signed in to change notification settings

tomikonio/SeqCompare

Repository files navigation

SeqCompare

Explanation about the submodules

The projectSce submodule contains the python code.
The react-gui submodule contains the React files.

Screenshot

Imgur

How to

Installation

The .deb files provided in the releases will install the project on the target machine.

Cloning the repository

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 ..

Runing the code

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.

About

A Biopython script used to compare nucleotide sequences

Resources

Stars

Watchers

Forks

Packages

No packages published