We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e15e516 commit a068c37Copy full SHA for a068c37
indra/sources/omnipath/processor.py
@@ -94,7 +94,6 @@ def _stmt_from_op_lr(self, ligrec_json):
94
continue
95
if len(lr_entry['sources']) == 1 and \
96
lr_entry['sources'][0].lower() in ignore_srcs:
97
- logger.warning('Protmapper only source, skipping...')
98
99
100
# Assemble evidence
0 commit comments