Files
galaxy/cron
Daniel Blankenberg 86f0862aa4 Move ucsc and gbrowse data from static to tool-data/shared.
Cron scripts on test and main will need to be updated when the server is.

GOPS complement tool and annotation profiler will now correctly use chromosome lengths files if available.
2008-06-03 18:53:26 +00:00
..
2008-05-06 13:14:49 +00:00

This folder holds cron jobs that support galaxy.

updateucsc.sh is a shell script to facilitate the updates from UCSC.
Galaxy stores several files locally to speed up operations that depend
on information from UCSC.  These files can all be found in the
static/ucsc folder.

Before adding updateucsc.sh to the crontab, it is important to note
two things.  First, updateucsc.sh must be edited to point towards the
root galaxy directory.  At the top of the file there is a variable
"GALAXY" that should be edited.  Second, the updates come from UCSC
via their table browsers.  While the tendancy is typically to run crob
jobs late at night, UCSC, like most, tend to take down their servers
at odd hours for maintenance.  The update scripts for UCSC are not CPU
intensive, and should be scheduled durring normal hours.