[hg] galaxy 2385: PyTables and GeneTrack eggs. Still need to bu...
details: http://www.bx.psu.edu/hg/galaxy/rev/add0911007d9 changeset: 2385:add0911007d9 user: Nate Coraor <nate@bx.psu.edu> date: Wed Apr 29 17:37:22 2009 -0400 description: PyTables and GeneTrack eggs. Still need to bundle up pychartdir. 2 file(s) affected in this change: dist-eggs.ini eggs.ini diffs (55 lines): diff -r cd1bcec32519 -r add0911007d9 dist-eggs.ini --- a/dist-eggs.ini Wed Apr 29 16:32:23 2009 -0400 +++ b/dist-eggs.ini Wed Apr 29 17:37:22 2009 -0400 @@ -24,9 +24,15 @@ py2.5-solaris-2.10-sun4u-ucs2 = v880.bx.psu.edu /depot/projects/pythons/solaris-2.10-sun4u-ucs2/bin/python2.5 [groups] -py2.4-linux = py2.4-linux-i686-ucs2 py2.4-linux-i686-ucs4 py2.4-linux-x86_64-ucs2 py2.4-linux-x86_64-ucs4 -py2.5-linux = py2.5-linux-i686-ucs2 py2.5-linux-i686-ucs4 py2.5-linux-x86_64-ucs2 py2.5-linux-x86_64-ucs4 -linux = py2.4-linux py2.5-linux +py2.4-linux-i686 = py2.4-linux-i686-ucs2 py2.4-linux-i686-ucs4 +py2.4-linux-x86_64 = py2.4-linux-x86_64-ucs2 py2.4-linux-x86_64-ucs4 +py2.5-linux-i686 = py2.5-linux-i686-ucs2 py2.5-linux-i686-ucs4 +py2.5-linux-x86_64 = py2.5-linux-x86_64-ucs2 py2.5-linux-x86_64-ucs4 +py2.4-linux = py2.4-linux-i686 py2.4-linux-x86_64 +py2.5-linux = py2.5-linux-i686 py2.5-linux-x86_64 +linux-i686 = py2.4-linux-i686 py2.5-linux-i686 +linux-x86_64 = py2.4-linux-x86_64 py2.5-linux-x86_64 +linux = linux-i686 linux-x86_64 py2.4-macosx = py2.4-macosx-10.3-fat-ucs2 py2.5-macosx = py2.5-macosx-10.3-fat-ucs2 py2.5-macosx-10.5-i386-ucs2 macosx = py2.4-macosx py2.5-macosx diff -r cd1bcec32519 -r add0911007d9 eggs.ini --- a/eggs.ini Wed Apr 29 16:32:23 2009 -0400 +++ b/eggs.ini Wed Apr 29 17:37:22 2009 -0400 @@ -24,6 +24,7 @@ threadframe = 0.2 guppy = 0.1.8 numpy = 1.2.1 +tables = 2.1.1 [eggs:noplatform] Beaker = 0.5 @@ -51,6 +52,7 @@ wsgiref = 0.1.2 Babel = 0.9.4 wchartype = 0.1 +GeneTrack = 1.0.3 ; extra version information [tags] @@ -61,6 +63,7 @@ flup = .dev_r2311 bx_python = _dev_r4bf1f32e6b76 nose = .dev_r101 +tables = _hdf5_1.8.2_lzo_2.03_bzip2_1.0.5_static ; source location, necessary for scrambling [source] @@ -100,3 +103,5 @@ wsgiref = http://pypi.python.org/packages/source/w/wsgiref/wsgiref-0.1.2.zip Babel = http://ftp.edgewall.com/pub/babel/Babel-0.9.4.zip wchartype = http://ginstrom.com/code/wchartype-0.1.zip +tables = http://www.pytables.org/download/stable/tables-2.1.1.tar.gz ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-1.8.2.tar.gz http://www.oberhumer.com/opensource/lzo/download/lzo-2.03.tar.gz http://www.bzip.org/1.0.5/bzip2-1.0.5.tar.gz +GeneTrack = http://genetrack.googlecode.com/files/GeneTrack-1.0.3.zip http://dalchemy.com/opensource/formkit/FormKit_0.9b2.tar.gz
participants (1)
-
Greg Von Kuster