gramene-search 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gramene-search",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "search wrapper for gramene",
5
5
  "main": "dist/index.js",
6
6
  "targets": {
@@ -57,7 +57,7 @@
57
57
  "react-bootstrap": "^2.7.2",
58
58
  "react-debounce-input": "^3.2.5",
59
59
  "react-dom": "^18.3.0",
60
- "tbrowse": "^2.0.1",
60
+ "tbrowse": "^2.1.4",
61
61
  "react-ga4": "^2.1.0",
62
62
  "react-icons": "^4.3.1",
63
63
  "react-markdown": "^5.0.3",
@@ -272,7 +272,7 @@ class Homology extends React.Component {
272
272
  // }
273
273
  return (
274
274
  <Detail>
275
- <Title key="title">Compara Gene Tree</Title>
275
+ {/*<Title key="title">Compara Gene Tree</Title>*/}
276
276
  <Description key="description">
277
277
  This phylogram shows the relationships between this gene and others similar to it, as determined by Ensembl Compara.
278
278
  {flagged > 1 && <Alert variant={'warning'}>This gene was flagged for potential gene structural annotation issues by {flagged} curators</Alert>}