gramene-search 1.7.0 → 1.7.1

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.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "search wrapper for gramene",
5
5
  "source": "src/index.js",
6
6
  "main": "dist/index.js",
@@ -60,7 +60,7 @@ class TaxDist extends React.Component {
60
60
  <button type="button"
61
61
  className="btn btn-outline-success btn-sm"
62
62
  onClick={this.toggleCompara.bind(this)}>
63
- Show {this.state.comparaOnly ? 'all genomes' : 'compara only'}
63
+ Show {this.state.comparaOnly ? 'all genomes' : 'only genomes in gene trees'}
64
64
  </button>
65
65
  </span>}
66
66
  {this.props.grameneTaxDist && <Vis taxonomy={this.props.grameneTaxDist}