Skip to content

Commit

Permalink
Update citation to point to Bioinformatics
Browse files Browse the repository at this point in the history
  • Loading branch information
chgibb committed Jan 13, 2019
1 parent 19fbcff commit 6effe77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ProjectSelectionRenderer.ts
Expand Up @@ -29,7 +29,7 @@ $
{
document.body.innerHTML += `
<br />
<a id="citeLink" style="color:black;" class="activeHover">Gibb et al., 2017 (bioRxiv pre-print)</a>
<a id="citeLink" style="color:black;" class="activeHover">Gibb et al., 2018 (Bioinformatics)</a>
`;
ipc.send(
"runOperation",
Expand Down Expand Up @@ -102,7 +102,7 @@ $
}
);
document.getElementById("citeLink").onclick = function(this : HTMLElement,ev : MouseEvent){
remote.shell.openExternal("https://doi.org/10.1101/178327");
remote.shell.openExternal("https://doi.org/10.1093/bioinformatics/bty1003");
}
}
);

0 comments on commit 6effe77

Please sign in to comment.