We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38206d commit 004bf2bCopy full SHA for 004bf2b
1 file changed
assets/js/explorer.js
@@ -5,7 +5,7 @@
5
ISATABExplorer = {};
6
7
ISATABExplorer.data = {};
8
-ISATABExplorer.facet_fields = ['split_assays', '_keywords', 'split_organisms', 'split_environments', 'split_locations', 'split_factors', 'split_repository'];
+ISATABExplorer.facet_fields = ['split_assays', 'keywords', 'split_organisms', 'split_environments', 'split_locations', 'split_factors', 'split_repository'];
9
ISATABExplorer.current_filters = new Set([]);
10
11
ISATABExplorer.assay_mapping = {
0 commit comments