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/shRNA
After that, you'll need to install the required libraries. To do so, run the following command:
pip install -r requirements.txt
You can also use a virtual environment:
python3 -m venv venv
call venv/Scripts/activate.bat
pip install -r requirements.txt
This project is licensed under the MIT License - see the LICENSE file for details