From e39e57234b0db13c1ddacd4311d45739d216d08d Mon Sep 17 00:00:00 2001 From: Remi Planel <rplanel@pasteur.fr> Date: Fri, 3 Apr 2020 12:09:02 +0200 Subject: [PATCH] Remove print --- crisprbact/predict.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crisprbact/predict.py b/crisprbact/predict.py index d4dc6a5..1b3821e 100644 --- a/crisprbact/predict.py +++ b/crisprbact/predict.py @@ -76,7 +76,6 @@ def on_target_predict(seq, genome=None, seed_sizes=[8, 9, 10, 11, 12]): ) else: genome_features = extract_features(records) - print(seq) alltargets = list(find_targets(seq)) if alltargets: X = np.array( -- GitLab