From 41535a947d5cf31e6328123b7dceb82b828c75e8 Mon Sep 17 00:00:00 2001 From: David BIKARD <david.bikard@pasteur.fr> Date: Thu, 19 Dec 2019 10:28:49 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f76aaee..4434401 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ The analysis is divided in two jupyter notebooks: * EcoWG1_library_performance.ipynb > In this notebook we analyse the results of a screen performed with the EcoWG1 library and compare its performance to published data. +In addition a script is provided to generate novel libraries following the design rules described in the manuscript. +Usage: + +> python generate_library.py --ref path_to_genbank_file --n number_guide_per_gene --output output_file # Live Notebook -- GitLab