Skip to content

Predict on-target efficiency and off-target effects of Cas9 variants

Notifications You must be signed in to change notification settings

MDhewei/GuideVar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuideVar

Predict on-target efficiency and off-target effects of Cas9 variants

Installation with Docker

With Docker, no installation is required - the only dependence is Docker itself. Users will not need to deal with installation and configuration issues.

Docker can be downloaded freely here: https://store.docker.com/search?offering=community&type=edition

Following the installation of Docker, simply execute the following command in the terminal for a local version of PrimeDesign:

  • docker pull hwkobe/guidevar:v1.0

Run GuideVar with command line tool

Run the GuideVar-on command line interface (CLI) with the command in the terminal:

docker run -v ${PWD}/:/DATA -w /DATA hwkobe/guidevar GuideVar-on [options]

Run the GuideVar-off command line interface (CLI) with the command in the terminal:

docker run -v ${PWD}/:/DATA -w /DATA hwkobe/guidevar GuideVar-off [options]

About

Predict on-target efficiency and off-target effects of Cas9 variants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published