Skip to content

Commit

Permalink
Removed spurious print
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgelpi committed Dec 12, 2023
1 parent 6ce1625 commit bb8ced0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion biobb_structure_checking/modelling/sequencedata.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ def read_canonical_seqs(self, strucm, cif_warn):
if match[2] > IDENT_THRES * max_score:
self.data[mod.id][ch_id]['chains'].append(match[1])

print(f"Canonical sequence for model {mod.id}:")
self.has_canonical[mod.id] = {}
for ch_id in strucm.chains_data.chain_ids[mod.id]:
self.has_canonical[mod.id][ch_id] = (ch_id in self.data[mod.id]) and\
Expand Down

0 comments on commit bb8ced0

Please sign in to comment.