DatDarkAlpaca / shRNA

shRNA 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shRNA 2.0

A repository made for analyzing and refactoring the shRNA code.

Downloading

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

License

This project is licensed under the MIT License - see the LICENSE file for details

About

shRNA 2.0

License:MIT License


Languages

Language:Python 100.0%