CRISPR-Cas9 single guide RNA generation tool
Project description
sgRNAble
Tool for high-throughput design of sgRNA libraries targeting selected genes or whole genomes, while considering both on-target binding potential and off-target effects of a given sgRNA in a user-defined genome.
Installation
Prerequisites
What things you need to install the software and how to install them
- Python3
- Environment Manager (Anaconda is used here)
Installation Guide
Prior to installation,it is best practise to create a new enviroment to store the program and dependencies locally. This setup will create an conda environment with the name sgRNAble and install all required dependencies. Start this process by navigating to the path of the github download(inside the folder).
cd PATH/TO/sgRNAble
conda create --name sgRNAble python=3.7
conda activate sgRNAble
pip install .
conda deactivate
In the future, the program can be run by activating the python env and running the program.
conda activate sgRNAble
sgrnable -t TARGET_FILE -g GENOME_FILE
conda deactivate
Running Tests
To run package tests, cd into the project directory and run the following command. This installs any missing dependencies and runs package tests.
python setup.py test
Quick Run Guide
Ensure that you have a file containing the gene of interest (Target Sequence), the genome of the organism (Genome), and any additional DNA present. The gene of interest must be present in the genome or the other additional DNA added to the script.
To start a test run targeting GFP in E.Coli genome, navigate to repository root and run the following command:
pip install .
sgrnable -t tests/data/gfp.fasta -g tests/data/ecoli_genome.fasta tests/data/gfp.fasta -th 4
Distribution Guide
For pushing tool to PyPi and Conda
Versioning
Update version number in setup.py. Number is in the format major.minor.patch
- for small updates increment patch number
- for minor features increment minor number
- for major features increment major number
PyPi
- Build source distribution by running
python setup.py sdist - Ensure twine is installed
pip install twine - Push source to Pypi by running
twine upload dist/*
Authors
Contact
Need something? Send me an email at Raghuvanshi.Siddarth@gmail.com
References
Farasat, I., & Salis, H. M. (2016). A Biophysical Model of CRISPR/Cas9 Activity for Rational Design of Genome Editing and Gene Regulation. PLOS Computational Biology, 12(1), e1004724. doi:10.1371/journal.pcbi.1004724
Doench, J. G., Fusi, N., Sullender, M., Hegde, M., Vaimberg, E. W., Donovan, K. F., . . . Root, D. E. (2016). Optimized sgRNA design to maximize activity and minimize off-target effects of CRISPR-Cas9. Nature biotechnology, 34, 184. doi:10.1038/nbt.3437
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sgRNAble-1.0.10.tar.gz.
File metadata
- Download URL: sgRNAble-1.0.10.tar.gz
- Upload date:
- Size: 153.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.4.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a869a104746686e7191c3daaa041d48ec39bbc046e0c2eab6ca5bb8d62c35f3e
|
|
| MD5 |
7549337990f521ccf03a63d6967aafd6
|
|
| BLAKE2b-256 |
3d1906cae11ad17b983fa6dff349ba23a3cd64412f46e36e5a4531a068f185fd
|
File details
Details for the file sgRNAble-1.0.10-py3-none-any.whl.
File metadata
- Download URL: sgRNAble-1.0.10-py3-none-any.whl
- Upload date:
- Size: 172.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f185485aa8be05fe37776cc3d9a4c05573ccf2bae283dccccb91f61331608f2
|
|
| MD5 |
d523210fef2d5f49b6461aa9582ab8c3
|
|
| BLAKE2b-256 |
9abfa21aba46ec0be6a888ce4db74e714caf998b8334183e902ff4ce620b9119
|