A repository made for analyzing and refactoring the shRNA code.
It is fairly easy to install the project, all you need to do is to clone it from GitHub. There is also the option to download a copy of the repository.
You can also clone the repository using the terminal:
git clone https://github.com/DatDarkAlpaca/shRNAAfter that, you'll need to install the required libraries. To do so, run the following command:
pip install -r requirements.txtYou can also use a virtual environment:
python3 -m venv venv
call venv/Scripts/activate.bat
pip install -r requirements.txtThis project is licensed under the MIT License - see the LICENSE file for details