We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75c34 commit 20feca8Copy full SHA for 20feca8
indra/sources/signor/processor.py
@@ -594,4 +594,4 @@ def process_chebi_id(chebi_id):
594
# Fix for a Jan 2026 release issue
595
if chebi_id == 'ribosomalRNA':
596
return 'CHEBI:18111'
597
- return 'CHEBI:' + chebi_id.split(':')[1].strip()
+ return 'CHEBI:' + chebi_id.split(':')[1].strip()
0 commit comments