diff --git a/_includes/download.html b/_includes/download.html index 209c704..f2870bd 100644 --- a/_includes/download.html +++ b/_includes/download.html @@ -6,7 +6,7 @@
- +
+ + + + + + + + {% for table in site.data.table.phenotype %} + + + + {% endfor %} + +
Phenotype: +
- \ No newline at end of file + diff --git a/_includes/download.old.html b/_includes/download.old.html new file mode 100644 index 0000000..ab57286 --- /dev/null +++ b/_includes/download.old.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Phenotype: +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
diff --git a/_includes/homescripts.js b/_includes/homescripts.js index e67c5c6..432ac63 100644 --- a/_includes/homescripts.js +++ b/_includes/homescripts.js @@ -1,6 +1,7 @@ -var archs = [{% for i in site.data.table.arch %}'{{i.name}}',{% endfor %}]; -var apis = [{% for i in site.data.table.api %}'{{i.name}}',{% endfor %}]; -var variants = [{% for i in site.data.table.variant %}'{{i.name}}',{% endfor %}]; +var archs = [{% for i in site.data.table.arch %}'{{i.name}}',{% endfor %}]; +var apis = [{% for i in site.data.table.api %}'{{i.name}}',{% endfor %}]; +var variants = [{% for i in site.data.table.variant %}'{{i.name}}',{% endfor %}]; +var phenotypes = [{% for i in site.data.table.phenotype %}'{{i.name}}',{% endfor %}]; var packages = {}; Array.prototype.has = function has(o) { return this.indexOf(o) !== -1;