Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 982 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 982 Bytes

SeqTools

Simple app for basic nucleotide sequence manipulation.
This includes Reverse, Complement, Reversed complement and Translation options.

image-20210820231333644

Installation

Clone repository to your local machine and install requirements with pip install -r requirements.txt.

Linux

Install xclip package, which is needed to control clipboard. On ubuntu-like systems do the following command: sudo apt install xclip.

Windows

Everything should work out of the box.

Download binary file

You can also use the program without installation. All you need is to download executable file from releases section.

Usage

App works with nucleotide sequences, which are in clipboard.

3 steps of usage:

  1. Copy your sequence into clipboard (digits and spaces play no part).
  2. Press on button with action, that you like to perform.
  3. Clipboard content changes on needed one, so you can paste it anywhere you want.