Hi Sukhdeep,
Thank you for your questions about tracks hubs. The UCSC hub utility
caches your files on our servers, and it will periodically (~300
seconds) compare the time stamps of those files on our server with
those on yours. If the time stamps of the files on your server are
newer, then it will update those cached files on our server. This
means that it can take up to 5 minutes between when you change the
files on your server, and when you see those changes in the browser.
The debug section of our Track Hub user guide,
http://genome.ucsc.edu/goldenPath/help/hgTrackHubHelp.html#Debug,
contains information on how to reduce this delay time.
There are a few other issues with your hub. When one of our
engineers ran hubCheck on your hub, they got the following results:
hubCheck -udcDir=$HOME
https://projects.biotec.tu-dresden.de/sukhdeeps_webdav/multiWig/hubs/bod1LmarksHub.txt
Errors with hub at
'
https://projects.biotec.tu-dresden.de/sukhdeeps_webdav/multiWig/hubs/bod1LmarksHub.txt'
Couldn't open
https://projects.biotec.tu-dresden.de/sukhdeeps_webdav/mm10/histoneChips/Bod1L_FKO_H3K4me1_45.bw
Couldn't open
https://projects.biotec.tu-dresden.de/sukhdeeps_webdav/mm10/histoneChips/Bod1L_FKO_H3K4me3_45.bw
When I try to navigate to those files, I get a '404 Not Found'. You
should verify that those files are indeed at those locations, or
change your trackDb to point to the correct locations. These missing
files were also the source of the other problem you were seeing, and
were essentially causing the browser to crash when loading your hub.
This helped us discover and fix some issues in our code. This fix
will be incorporated into a future release of our software,
currently scheduled for release on March 4.
Lastly, when running hubCheck the reason you are seeing the openssl
error is because the program was compiled without USE_SSL turned on.
If you are compiling the userApps from the source, make sure that
the Makefile in kent/src/userApps/ contains the line:
export USE_SSL = 1
We also offer pre-built versions of these utilities for Unix based
environments at
http://hgdownload.soe.ucsc.edu/admin/exe/.
I hope this is helpful. If you have any further questions, please
reply to
gen...@soe.ucsc.edu. All messages sent to that address are
archived on a publicly-accessible Google Groups forum. If your
question includes sensitive data, you may send it instead to
genom...@soe.ucsc.edu.
Matthew Speir
UCSC Genome Bioinformatics Group