Skip to content

Commit bdf6139

Browse files
Merge pull request #18 from c3g/chore/client/link-final-pub
chore(client): link final EpiVar Browser publication
2 parents a22530a + feaf4f9 commit bdf6139

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flu-infection-client",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"dependencies": {
66
"@redux-devtools/extension": "^3.2.6",

client/src/components/pages/AboutPage.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ const AboutPage = () => {
2727
access to sensitive epigenomics data.
2828
</p>
2929
<p>
30-
The browser is described in the following preprint:
30+
The browser is described in the following application note:
3131
</p>
3232
<p>
33-
<a href="https://www.biorxiv.org/content/10.1101/2023.08.03.551309v1" target="_blank" rel="nofollow">
33+
<a href="https://academic.oup.com/bioinformatics/article/40/3/btae136/7623587" target="_blank" rel="nofollow">
3434
EpiVar Browser: advanced exploration of epigenomics data under controlled access
3535
</a><br />
3636
David&nbsp;R&nbsp;Lougheed, Hanshi&nbsp;Liu, Katherine&nbsp;A&nbsp;Aracena, Romain&nbsp;Grégoire,
3737
Alain&nbsp;Pacis, Tomi&nbsp;Pastinen, Luis&nbsp;B&nbsp;Barreiro, Yann&nbsp;Joly, David&nbsp;Bujold,
3838
Guillaume&nbsp;Bourque.<br />
3939
bioRxiv 2023.08.03.551309; doi:{" "}
40-
<a href="https://doi.org/10.1101/2023.08.03.551309" target="_blank" rel="nofollow">
41-
10.1101/2023.08.03.551309</a>
40+
<a href="https://doi.org/10.1093/bioinformatics/btae136" target="_blank" rel="nofollow">
41+
10.1093/bioinformatics/btae136</a>
4242
</p>
4343
<h3>EpiVar Architecture</h3>
4444
<p>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flu-infection",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"private": true,
55
"scripts": {
66
"start": "npm run watch",

0 commit comments

Comments
 (0)