Update cron scripts to reflect the fact that ElementTree is now an egg.

This commit is contained in:
Daniel Blankenberg
2006-12-14 22:04:05 +00:00
parent bc60e6a7ff
commit c0e78cd02a
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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"
+1
View File
@@ -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/',
+1 -1
View File
@@ -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