From 1c5486d101d335326e990cddce979f407d6941bc Mon Sep 17 00:00:00 2001
From: Remi Planel <rplanel@pasteur.fr>
Date: Wed, 18 Mar 2020 14:58:05 +0100
Subject: [PATCH] Add the longest perfect match between the guide and the
 off-target seqence to the results

---
 crisprbact/cli.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crisprbact/cli.py b/crisprbact/cli.py
index 8f7552f..31d6d43 100644
--- a/crisprbact/cli.py
+++ b/crisprbact/cli.py
@@ -16,6 +16,8 @@ OFF_TARGET_DETAILS = [
     "off_target_end",
     "off_target_pampos",
     "off_target_strand",
+    "off_target_max_matching_seq",
+    "off_target_good_orientation",
     "off_target_feat_type",
     "off_target_feat_start",
     "off_target_feat_end",
-- 
GitLab