mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-08-29 02:26:59 +08:00
Update cron scripts to reflect the fact that ElementTree is now an egg.
This commit is contained in:
@@ -8,6 +8,7 @@ build description
|
||||
|
||||
import sys
|
||||
import urllib
|
||||
import pkg_resources; pkg_resources.require( "elementtree" )
|
||||
from elementtree import ElementTree
|
||||
|
||||
URL = "http://genome-test.cse.ucsc.edu/cgi-bin/das/dsn"
|
||||
|
||||
@@ -5,6 +5,7 @@ Connects to sites and determines which builds are available at each.
|
||||
|
||||
import sys
|
||||
import urllib
|
||||
import pkg_resources; pkg_resources.require( "elementtree" )
|
||||
from elementtree import ElementTree
|
||||
|
||||
sites = ['http://genome.ucsc.edu/cgi-bin/',
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
# Edit this line to refer to galaxy's path:
|
||||
GALAXY=/galaxy/path
|
||||
export PYTHONPATH=${GALAXY}/modules:${GALAXY}/eggs
|
||||
export PYTHONPATH=${GALAXY}/modules:${GALAXY}/eggs:${GALAXY}/lib
|
||||
|
||||
# setup directories
|
||||
mkdir ${GALAXY}/static/ucsc/new
|
||||
|
||||
Reference in New Issue
Block a user