Skip to content

Commit

Permalink
Move zinc finger to domains in the config order
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaathik committed Apr 5, 2024
1 parent 2866ffe commit 5133f3d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,19 @@
}
],
"tooltip": "Short conserved sequence motif of biological significance"
},
{
"name": "zn_fing",
"label": "Zinc finger",
"filter": "ZN_FING",
"trackType": "protvista-track",
"data": [
{
"adapter": "protvista-feature-adapter",
"url": "https://www.ebi.ac.uk/proteins/api/features/{accession}"
}
],
"tooltip": "Small, functional, independently folded domain that coordinates one or more zinc ions"
}
]
},
Expand Down Expand Up @@ -346,19 +359,6 @@
],
"tooltip": "DNA-binding domains such as AP2/ERF domain, the ETS domain, the Fork-Head domain, the HMG box and the Myb domain"
},
{
"name": "zn_fing",
"label": "Zinc finger",
"filter": "ZN_FING",
"trackType": "protvista-track",
"data": [
{
"adapter": "protvista-feature-adapter",
"url": "https://www.ebi.ac.uk/proteins/api/features/{accession}"
}
],
"tooltip": "Small, functional, independently folded domain that coordinates one or more zinc ions"
},
{
"name": "np_bind",
"label": "Nucleotide binding",
Expand Down

0 comments on commit 5133f3d

Please sign in to comment.