gramene-search 1.6.23 → 1.6.25

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": "1.6.23",
3
+ "version": "1.6.25",
4
4
  "description": "search wrapper for gramene",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -109,7 +109,7 @@ const Detail = props => {
109
109
  <Col sm={5}>
110
110
  <Form.Select defaultValue={atlasExperiment} onChange={(e) => setAtlasExperiment(e.target.value)}>
111
111
  {atlasExperimentList.map((experiment, index) => (
112
- <option key={index} value={experiment._id}>{experiment.name}</option>
112
+ <option key={index} value={experiment._id}>{experiment.description || experiment._id}</option>
113
113
  ))}
114
114
  </Form.Select>
115
115
  </Col>
package/src/maize.html CHANGED
@@ -10,13 +10,6 @@
10
10
  <script async src="./static/gramene-dalliance/dalliance-all.js"></script>
11
11
  <script async src="https://plantreactome.gramene.org/DiagramJs/diagram/diagram.nocache.js"></script>
12
12
 
13
- <link rel="stylesheet" type="text/css"
14
- href="//www.ebi.ac.uk/gxa/resources/css/alt-customized-bootstrap-3.3.5.css"/>
15
- <script language="JavaScript" type="text/javascript"
16
- src="https://www.ebi.ac.uk/gxa/resources/js-bundles/vendorCommons.bundle.js"></script>
17
- <script language="JavaScript" type="text/javascript"
18
- src="https://www.ebi.ac.uk/gxa/resources/js-bundles/expressionAtlasHeatmapHighcharts.bundle.js"></script>
19
-
20
13
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
21
14
  <link rel="stylesheet" type="text/css" href="static/style.css">
22
15
  <!-- Global site tag (gtag.js) - Google Analytics -->