|
Revision 0:ae898a17920b, 0.8 kB
(checked in by James Taylor <james@bx.psu.edu>, 2 years ago)
|
Moving james-wsgi branch to new trunk.
|
| Line | |
|---|
| 1 |
This folder holds cron jobs that support galaxy. |
|---|
| 2 |
|
|---|
| 3 |
updateucsc.sh is a shell script to facilitate the updates from UCSC. |
|---|
| 4 |
Galaxy stores several files locally to speed up operations that depend |
|---|
| 5 |
on information from UCSC. These files can all be found in the |
|---|
| 6 |
static/ucsc folder. |
|---|
| 7 |
|
|---|
| 8 |
Before adding updateucsc.sh to the crontab, it is important to note |
|---|
| 9 |
two things. First, updateucsc.sh must be edited to point towards the |
|---|
| 10 |
root galaxy directory. At the top of the file there is a variable |
|---|
| 11 |
"GALAXY" that should be edited. Second, the updates come from UCSC |
|---|
| 12 |
via their table browsers. While the tendancy is typically to run crob |
|---|
| 13 |
jobs late at night, UCSC, like most, tend to take down their servers |
|---|
| 14 |
at odd hours for maintenance. The update scripts for UCSC are not CPU |
|---|
| 15 |
intensive, and should be scheduled durring normal hours. |
|---|