Skip to content

Commit 7f5d84d

Browse files
committed
mentioned heroku app in the manuscript
1 parent 3f624a4 commit 7f5d84d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ curl -s 'http://bgtdemo.herokuapp.com/?a=(impact=="HIGH")&s=(population=="FIN")&
77
curl -s 'http://bgtdemo.herokuapp.com/?t=CHROM,POS,END,REF,ALT,AC/AN&f=(AC>1)&r=20'
88
```
99
For the last query, the last line is "*", indicating the result is incomplete.
10-
Note that this web app is using Heroku's free tier. It uses one CPU only and is
11-
put to sleep when the app is idle. Heroku also forces free app to sleep for "6
12-
hours in a 24 hour period". I don't know how exactly this works.
10+
Note that this web app is using Heroku's free tier. It is restricted to one CPU
11+
only and put to sleep when the app is idle. There is an overhead of wakeup.
12+
Heroku also forces free apps to sleep for "6 hours in a 24 hour period". I
13+
don't know how exactly this works.
1314

1415
#### Run BGT locally
1516
```sh

tex/bgt.tex

+4-1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,9 @@ \section{Results}
205205
reads the entire file into memory to alleviate the overhead, but a better
206206
solution would be to set up a proper database for variant annotations.
207207

208+
We have also set up a public BGT server at http://bgtdemo.herokuapp.com. It
209+
hosts 1000 Genomes data for chromosome 11 and 20.
210+
208211
\section{Discussions}
209212

210213
Given a multi-sample VCF, most BGT functionalities can be achieved with small
@@ -234,7 +237,7 @@ \section{Discussions}
234237
share-everything-under-permission model.
235238

236239
\section*{Acknowledgement}
237-
I am grateful to HRC for granting the permission to use the data for evaluating
240+
We are grateful to HRC for granting the permission to use the data for evaluating
238241
the performance of BGT and thank the Global Alliance Data Working Group for the
239242
helpful suggestions.
240243
\paragraph{Funding\textcolon} NHGRI U54HG003037; NIH GM100233

0 commit comments

Comments
 (0)