Skip to content

Commit

Permalink
Merge pull request #21 from Merck/develop
Browse files Browse the repository at this point in the history
Remove debug printing of pfam descriptions
  • Loading branch information
prihoda authored Oct 1, 2019
2 parents 4a8f848 + f77d2d0 commit 85ca58d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deepbgc/pipeline/pfam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85ca58d

Please sign in to comment.