From 3c9fed049cedf8f9dc0ef062feeace9dcf4f9b5d Mon Sep 17 00:00:00 2001 From: Remi Planel <rplanel@pasteur.fr> Date: Fri, 20 Mar 2020 11:36:13 +0100 Subject: [PATCH] Update header names --- crisprbact/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crisprbact/cli.py b/crisprbact/cli.py index 31d6d43..b378ed0 100644 --- a/crisprbact/cli.py +++ b/crisprbact/cli.py @@ -16,7 +16,7 @@ OFF_TARGET_DETAILS = [ "off_target_end", "off_target_pampos", "off_target_strand", - "off_target_max_matching_seq", + "off_target_perfect_match", "off_target_good_orientation", "off_target_feat_type", "off_target_feat_start", -- GitLab