From 04dc919fb65e77f93e647164a86f331f0c8bcf2f Mon Sep 17 00:00:00 2001
From: xqyz <10251866+bphd@users.noreply.github.com>
Date: Tue, 19 Mar 2024 13:24:39 +0100
Subject: [PATCH 1/5] Adding phenotypes
---
_includes/download.html | 27 ++++++++++++++++++++++++++-
1 file changed, 26 insertions(+), 1 deletion(-)
diff --git a/_includes/download.html b/_includes/download.html
index 209c704..1a03185 100644
--- a/_includes/download.html
+++ b/_includes/download.html
@@ -79,6 +79,31 @@
{% endfor %}
+
-
\ No newline at end of file
+
From 45691534f5eb0e54d94eb340f9c9af7faec52f1d Mon Sep 17 00:00:00 2001
From: xqyz <10251866+bphd@users.noreply.github.com>
Date: Tue, 19 Mar 2024 13:30:55 +0100
Subject: [PATCH 2/5] Trailing space
From 0b3977f3bd3d16d1575b16c9c025fd2304de8cad Mon Sep 17 00:00:00 2001
From: xqyz <10251866+bphd@users.noreply.github.com>
Date: Tue, 19 Mar 2024 13:36:23 +0100
Subject: [PATCH 3/5] Add phenotype script entry
---
_includes/homescripts.js | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
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;
From c69423bd8783c78b07a3f5b0ef50bb7c211c42f7 Mon Sep 17 00:00:00 2001
From: xqyz <10251866+bphd@users.noreply.github.com>
Date: Tue, 19 Mar 2024 13:45:29 +0100
Subject: [PATCH 4/5] Adding phenotypes functionalities
---
_includes/download.old.html | 387 ++++++++++++++++++++++++++++++++++++
1 file changed, 387 insertions(+)
create mode 100644 _includes/download.old.html
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 @@
+
From bd3f916c4e47af7e4b08106cc81ac907712c5d77 Mon Sep 17 00:00:00 2001
From: xqyz <10251866+bphd@users.noreply.github.com>
Date: Tue, 19 Mar 2024 13:47:43 +0100
Subject: [PATCH 5/5] Naming convention
---
_includes/download.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/download.html b/_includes/download.html
index 1a03185..f2870bd 100644
--- a/_includes/download.html
+++ b/_includes/download.html
@@ -6,7 +6,7 @@