Skip to content

Commit 35f435f

Browse files
committed
Fix missing PROSITE domains from viewer
Refs pombase/website#2440
1 parent 1852c9c commit 35f435f

1 file changed

Lines changed: 7 additions & 14 deletions

File tree

  • protein_feature_view/templates/protein_feature_view

protein_feature_view/templates/protein_feature_view/index.html

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@
385385
includeCoords: true,
386386
singular: 'PIRSF match',
387387
},
388+
'PROSITE_Patterns': {
389+
colour: '#e0a',
390+
allowGaps: true,
391+
helpText: 'PROSITE Patterns matches imported from InterPro',
392+
includeCoords: true,
393+
singular: 'PROSITE Patterns match',
394+
},
388395
'PROSITE_Profiles': {
389396
colour: '#89c',
390397
allowGaps: false,
@@ -399,20 +406,6 @@
399406
includeCoords: true,
400407
singular: 'Pfam match',
401408
},
402-
'ProSitePatterns': {
403-
colour: '#e0a',
404-
allowGaps: true,
405-
helpText: 'ProSitePatterns matches imported from InterPro',
406-
includeCoords: true,
407-
singular: 'ProSitePatterns match',
408-
},
409-
'ProSiteProfiles': {
410-
colour: '#09f',
411-
allowGaps: true,
412-
helpText: 'ProSiteProfiles matches imported from InterPro',
413-
includeCoords: true,
414-
singular: 'ProSiteProfiles match',
415-
},
416409
'SFLD': {
417410
colour: '#38b',
418411
allowGaps: false,

0 commit comments

Comments
 (0)