1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/172a1891f751/
changeset: 172a1891f751
user: greg
date: 2011-09-23 17:29:45
summary: Fix for installing tools from a clones tool shed repository to a local Galaxy
instance where tool includes a dynamically generated select list parmater that uses both
an index file and a tool-data_table_conf.xml entry.
affected #: 1 file (-1 bytes)
--- a/lib/galaxy/web/base/controller.py Fri Sep 23 11:01:37 2011 -0400
+++ b/lib/galaxy/web/base/controller.py Fri Sep 23 11:29:45 2011 -0400
@@ -2456,7 +2456,7 @@
if error:
log.debug(
exception_msg )
break
- elif
options.missing_index_file:
+ if
options.missing_index_file:
missing_head,
missing_tail = os.path.split( options.missing_index_file )
# The repository must
contain the required xxx.loc.sample file.
for sample_file in
sample_files:
Repository URL:
https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.