Giter VIP home page Giter VIP logo

cld_docker's Introduction

alt text

DOI

#CRISPR Library Designer (CLD): a software for the multispecies design of sgRNA libraries

CITATION

F. Heigwer*, T. Zhan*, M. Breinig, J. Winter, D. Brügemann, S. Leible, M. Boutros, CRISPR library designer (CLD): software for multispecies design of single guide RNA libraries, Genome Biol., 2016, DOI:10.1186/s13059-016-0915-2

ABSTRACT

Here we describe CRISPR library designer (CLD), an integrated bioinformatics application for the design of custom single guide RNA (sgRNA) libraries for all organisms with annotated genomes. CLD is suitable for the design of libraries using modified CRISPR enzymes and targeting non-coding regions. To demonstrate its utility, we perform a pooled screen for modulators of the TNF-related apoptosis inducing ligand (TRAIL) pathway using a custom library of 12,471 sgRNAs.

Quick-Start:

Install docker to the point that docker run hello-world runs successfully and use cld as described below e.g:

1. To use the graphical interface

	 1.1 Mac:
		  1.1.1 Install xquartz: https://www.xquartz.org/
		  1.1.2 open -a XQuartz
		  1.1.3 IP=$(ifconfig en0 | grep inet | awk '$1=="inet" {print $2}')
		  1.1.4 xhost + $IP
		  1.1.5 adapt docker-compose.yaml change to folder and enter "docker-compose up" or enter "docker run -e DISLPAY=$IP:0 -v ~/Desktop:/data boutroslab/cld_docker cld_gui"
		  
	 1.2 Windows:
		  1.2.1 Install a command line package manager for windows: https://chocolatey.org/
		  1.2.2 Follow this guide to install the graphical interface manager for windows: https://dev.to/darksmile92/run-gui-app-in-linux-docker-container-on-windows-host-4kde
		  1.2.3 adapt docker-compose.yaml change to folder and enter "docker-compose up" or enter "docker run -e DISLPAY=<your IP>:0.0 -v ~/Desktop:/data boutroslab/cld_docker cld_gui"
		  
	 1.3 GUIed linux:
		  1.3.1 adapt docker-compose.yaml change to folder and enter "docker-compose up" or enter "docker run -e DISLPAY=<your IP>:0.0 -v ~/Desktop:/data boutroslab/cld_docker cld_gui"
		  1.3.2 When logging in remotely: log into your remote server by ssh -X
		  
2. Download the database for your organism of interest.
3. Enter its name in the reference organism field on the start page.
4. Enter a list of gene identifiers in the "Gene List" tab and go to the "Design Parameter" tab to set your parameters.
5. Go to the "Start Analysis" tab to start sgRNA search.
6. The results will be created in the selected output directory ("Input/Output" tab).

Command-Line-Start:

Install docker to the point that docker run hello-world runs successfully and use cld as described below e.g:

docker run -v ~/Desktop:/data boutroslab/cld_docker --help

cld can be called either with “--version”, printing its version number and copyrights, “--help” printing a more elusive help documentation and with “--task”.

EXAMPLE to execute from the path containing all needed files:

cld --task=end_to_end --output-dir=. --parameter-file=./params.txt --gene-list=./gene_list.txt

cld can run 2 distinct tasks, database creation and library design.

Database creation is called using the “--task=make_database” command giving the organism name of interest, as it is denoted in ENSEMBLs ftp folder structure e.g. homo_sapiens, and the rsync url to the current ftp server of ENSEMBL, examples can be found when cld --help is called. After calling this function CLD will automatically download the latest toplevel FASTA, GFF and GTF files for the organism of interest and compile a database containing bowtie indexes, mygff files and reformatted sequence files. If not enough computing power is available to the user, these databases also might be downloaded from here.

Library design can either be done in two steps: “cld --task=target_ident” and then “cld --task=library_assembly” if the user wants to separate the two steps for example in order to only identify target sites without compiling a clonable library. Else “cld --task=end_to_end” which automatically will perform the steps mentioned before and present the end-result in a user defined output folder. For reasons of manageability for high throughput design, output files are kept as simple and standardised as possible. However a genome wide library targeting the human genome quickly spans several GB depending on how strict the parameters are chosen. Since the end_to_end task takes most time we benchmarked its time consumption to be approximately 1 h wall-time for an 8-core cpu node.

For running cld from the command line the syntax as outlined in the MANUAL must be used.

cld_docker's People

Contributors

fheigwer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.