From f77d2d076d65a26f7d5c5e64f96a4aa182aa387b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C5=99=C3=ADhoda?= Date: Tue, 1 Oct 2019 08:56:45 +0200 Subject: [PATCH] Remove debug printing of pfam descriptions --- deepbgc/pipeline/pfam.py | 1 - 1 file changed, 1 deletion(-) diff --git a/deepbgc/pipeline/pfam.py b/deepbgc/pipeline/pfam.py index 4a07765..a278558 100644 --- a/deepbgc/pipeline/pfam.py +++ b/deepbgc/pipeline/pfam.py @@ -94,7 +94,6 @@ def annotate(self): # Read descriptions from Pfam clan TSV pfam_descriptions = self._get_pfam_descriptions() - print('DESCRIPTIONS: {}'.format(pfam_descriptions)) # Extract all matched domain hits num = 0