lh3 / bgt

Flexible genotype query among 30,000+ samples whole-genome
MIT License
96 stars 10 forks source link

Server addresses in the example #4

Open zhanxw opened 8 years ago

zhanxw commented 8 years ago

In the BGT example, on my server, 0.0.0.0 does not work:

curl -s '0.0.0.0:8000' | less -S  # help
curl -s '0.0.0.0:8000/?a=(impact=="HIGH")&s=(population=="FIN")&f=(AC>0)'

I switched it to 127.0.0.1 and then the example worked.

lh3 commented 8 years ago

Thanks for letting me know. I'll leave this issue open until I fix README.