-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nothing shown after installing browser to local machine #79
Comments
Hi @LongTianPy , CORS is an Apache setting, please check: do you load the makeDb.sql to hg19 too? |
I think I've set CORS correctly because there has never been an error message about it. |
Actually, as I'm installing this browser in a Microsoft Azure VM, there might be some dependencies other than those are listed in the tutorial that I didn't install. For example, does it require Perl? |
hi @LongTianPy , I don't think Perl is needed. can you do a |
I did
Whereas mine only shows
Does it mean that the database is successfully connected but the function of |
Although it says |
ok, weird, would you mind load the database again? under hg19 folder, do |
I didn't have a problem loading the database but I did it once again just now. Still doesn't work. In your |
Hi @LongTianPy , this is very strange,,actually I never encounter such issue before, I am not familiar with Microsoft Azure VM, are you using Ubuntu? |
Yes, I'm using Ubuntu 17.04 artful in the VM, only it was built from scratch, that's why I said that I might miss a couple of dependencies, e.g. Java? |
the C code subtleKnife.c used mysql.h to bind mysql connection. Java is not needed. I am not sure if it's possible for you to generate a temporary user account for me to debug...as for now I cannot think of any particular reason...really sorry. |
I can create a user account but this VM can only be accessed within the internal network. But never mind I'll keep working on it. Thank you! |
We also have docker images in case you want to give it a try: https://hub.docker.com/r/epgg/eg/ |
Thank you! I've worked it out. |
@LongTianPy ok, that;s great! Thanks. |
Hi,
I just installed the browser to my local machine following the instructions from http://wiki.wubrowse.org/Install_a_local_mirror, and I also put hg19.gz and hg19.gz.tbi into the seq folder. However, I got nothing when I clicked on the
hg19
link on the index page. It says "Crashed loading genome info", and it would return to the index page with an error message saying "Unknown genome name: hg19".I'm not sure what is wrong with my installation step, but I was indeed confused at the part of enabling CORS: where should I add the three lines? Inside the block of the folder where the browser sits?
Please help me with this issue, thank you!
The text was updated successfully, but these errors were encountered: