From ee1905aa2b525966bf2b5e80bbcb2e66a074e75a Mon Sep 17 00:00:00 2001
From: David Lougheed
Date: Wed, 30 Apr 2025 11:19:23 -0400
Subject: [PATCH 1/2] chore(client): link final EpiVar Browser publication
---
client/package.json | 2 +-
client/src/components/pages/AboutPage.js | 8 ++++----
package.json | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/client/package.json b/client/package.json
index e8c4312a..ed46b90b 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,6 +1,6 @@
{
"name": "flu-infection-client",
- "version": "1.0.1",
+ "version": "1.0.2",
"private": true,
"dependencies": {
"@redux-devtools/extension": "^3.2.6",
diff --git a/client/src/components/pages/AboutPage.js b/client/src/components/pages/AboutPage.js
index 24d79e86..ab22d37e 100644
--- a/client/src/components/pages/AboutPage.js
+++ b/client/src/components/pages/AboutPage.js
@@ -27,18 +27,18 @@ const AboutPage = () => {
access to sensitive epigenomics data.
- The browser is described in the following preprint:
+ The browser is described in the following application note:
-
+
EpiVar Browser: advanced exploration of epigenomics data under controlled access
David R Lougheed, Hanshi Liu, Katherine A Aracena, Romain Grégoire,
Alain Pacis, Tomi Pastinen, Luis B Barreiro, Yann Joly, David Bujold,
Guillaume Bourque.
bioRxiv 2023.08.03.551309; doi:{" "}
-
- 10.1101/2023.08.03.551309
+
+ 10.1093/bioinformatics/btae136
EpiVar Architecture
diff --git a/package.json b/package.json
index c685ae45..6b52ffcd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "flu-infection",
- "version": "1.0.1",
+ "version": "1.0.2",
"private": true,
"scripts": {
"start": "npm run watch",
From feaf4f9e12c4383d3592f4b73313145997ff45cd Mon Sep 17 00:00:00 2001
From: David Lougheed
Date: Wed, 30 Apr 2025 11:25:38 -0400
Subject: [PATCH 2/2] chore: bump lockfile version to 1.0.2
---
client/package-lock.json | 4 ++--
package-lock.json | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/client/package-lock.json b/client/package-lock.json
index a1e29242..58c7fbb6 100644
--- a/client/package-lock.json
+++ b/client/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "flu-infection-client",
- "version": "1.0.1",
+ "version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flu-infection-client",
- "version": "1.0.1",
+ "version": "1.0.2",
"dependencies": {
"@redux-devtools/extension": "^3.2.6",
"axios": "^1.6.0",
diff --git a/package-lock.json b/package-lock.json
index 591f6a28..99a14342 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "flu-infection",
- "version": "1.0.1",
+ "version": "1.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "flu-infection",
- "version": "1.0.1",
+ "version": "1.0.2",
"dependencies": {
"@gmod/bbi": "^1.0.35",
"@gmod/tabix": "^1.5.11",