Skip to content

Commit 460e633

Browse files
authored
Merge pull request #180 from ProteinsWebTeam/dev
Include InterPro short name for InterPro-N matches
2 parents f66d58a + 3ae3a35 commit 460e633

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webfront/views/modifiers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,7 @@ def get_interpro_n_matches(value, general_handler):
949949
"integrated": {
950950
"accession": integrated.accession,
951951
"name": integrated.name,
952+
"short_name": integrated.short_name,
952953
"source_database": integrated.source_database,
953954
"type": integrated.type,
954955
"member_databases": integrated.member_databases,

0 commit comments

Comments
 (0)