[galaxy-dev] galaxy-central does not start

2012-08-09 Thread Björn Grüning
Hi,

galaxy-central does not start because of commit 9f790bc90769. The
attached patch should fix it.

Salve,
Bjoern

-- 
Björn Grüning
Albert-Ludwigs-Universität Freiburg
Institute of Pharmaceutical Sciences
Pharmaceutical Bioinformatics
Hermann-Herder-Strasse 9
D-79104 Freiburg i. Br.

Tel.:  +49 761 203-4872
Fax.:  +49 761 203-97769
E-Mail: bjoern.gruen...@pharmazie.uni-freiburg.de
Web: http://www.pharmaceutical-bioinformatics.org/
diff -r a10bb73f5793 lib/galaxy/util/shed_util.py
--- a/lib/galaxy/util/shed_util.py	Wed Aug 08 16:15:06 2012 -0400
+++ b/lib/galaxy/util/shed_util.py	Thu Aug 09 08:14:32 2012 +0200
@@ -2,7 +2,8 @@
 import galaxy.tools.data
 from datetime import date, datetime, timedelta
 from time import strftime, gmtime
-from galaxy import tools, util
+from galaxy import util
+from galaxy.tools import parameters
 from galaxy.datatypes.checkers import *
 from galaxy.util.json import *
 from galaxy.tools.search import ToolBoxSearch
@@ -255,7 +256,7 @@
 invalid_files_and_errors_tups = []
 correction_msg = ''
 for input_param in tool.input_params:
-if isinstance( input_param, tools.parameters.basic.SelectToolParameter ) and input_param.is_dynamic:
+if isinstance( input_param, parameters.basic.SelectToolParameter ) and input_param.is_dynamic:
 # If the tool refers to .loc files or requires an entry in the tool_data_table_conf.xml, make sure all requirements exist.
 options = input_param.dynamic_options or input_param.options
 if options:
___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/

Re: [galaxy-dev] galaxy-central does not start

2012-08-09 Thread Greg Von Kuster
Thanks for the help Bjorn, I've applied your patch in 1eab72ce0a48.

Greg Von Kuster

On Aug 9, 2012, at 4:11 AM, Björn Grüning wrote:

 Hi,
 
 galaxy-central does not start because of commit 9f790bc90769. The
 attached patch should fix it.
 
 Salve,
 Bjoern
 
 -- 
 Björn Grüning
 Albert-Ludwigs-Universität Freiburg
 Institute of Pharmaceutical Sciences
 Pharmaceutical Bioinformatics
 Hermann-Herder-Strasse 9
 D-79104 Freiburg i. Br.
 
 Tel.:  +49 761 203-4872
 Fax.:  +49 761 203-97769
 E-Mail: bjoern.gruen...@pharmazie.uni-freiburg.de
 Web: http://www.pharmaceutical-bioinformatics.org/
 shed_utils.diff___
 Please keep all replies on the list by using reply all
 in your mail client.  To manage your subscriptions to this
 and other Galaxy lists, please use the interface at:
 
 http://lists.bx.psu.edu/


___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:

  http://lists.bx.psu.edu/