PyPep Toolbox
A toolbox embedded with both cli and gui high-level interfaces to help biotech researchers to easily calculate peptide,dna,etc sequences and their properties smoothly and efficiently.
DownloadFeatures
overlapping and non-overlapping subsequences
counting of amino acids
charge at a given pH, etc.
embedded to the sequencer with calculated outputs from the given inputs
Installation -
The requirements.txt file contains all the required libraries to be installed.
Use pip install -r requirements.txt to install the required dependencies(Or pip3).
The python version is to be more than 3.0.0
Extra apps needed are -
Tkinter (installing ttk)
simple_term_menu
Use pip install libname to install the apps.
Steps after extracting the zip file -
Go to the project folder and start with the development environment with conda or venv.
Run python pypep-cli.py for using the CLI.
Run python pypep-gui.py -> for running the GUI app.