Skip to content

Commit

Permalink
Fix logging function
Browse files Browse the repository at this point in the history
Implement mobidb4 format
  • Loading branch information
damianopiovesan committed Aug 4, 2020
1 parent 8e8d30b commit 6902ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdblib/outformats.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def _get_output_obj(self):
out_obj.setdefault("sequence", self.seq)

# MobiDB-lite consensus
# TODO add content_count, eliminate regions if empty?
# TODO eliminate regions if empty?
count = self.content_count(self.mdbl_consensus.prediction.regions)
out_obj["prediction-disorder-mobidb_lite"] = {
'regions': [(r[0], r[1]) for r in self.mdbl_consensus.prediction.regions],
Expand Down

0 comments on commit 6902ad3

Please sign in to comment.