# HG changeset patch # User devteam@galaxyproject.org # Date 1393531102 18000 # Node ID 33aafd74bb311257e842d8937f183a8743d8f0c1 # Parent 7d6658b2531aa712503fb8e1606b5548c277df3d Fix bugs: (a) use value rather than dbkey to get bowtie indices and (b) point to correct bowtie table. diff -r 7d6658b2531a -r 33aafd74bb31 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Thu Feb 20 13:19:38 2014 -0500 +++ b/tool_data_table_conf.xml.sample Thu Feb 27 14:58:22 2014 -0500 @@ -1,7 +1,7 @@ - +
value, dbkey, name, path - +
value, dbkey, name, path diff -r 7d6658b2531a -r 33aafd74bb31 tool_dependencies.xml --- a/tool_dependencies.xml Thu Feb 20 13:19:38 2014 -0500 +++ b/tool_dependencies.xml Thu Feb 27 14:58:22 2014 -0500 @@ -1,12 +1,12 @@ - + - + - + diff -r 7d6658b2531a -r 33aafd74bb31 tophat_fusion_post.xml --- a/tophat_fusion_post.xml Thu Feb 20 13:19:38 2014 -0500 +++ b/tophat_fusion_post.xml Thu Feb 27 14:58:22 2014 -0500 @@ -27,7 +27,7 @@ #end if ## Bowtie indices. - ${__get_data_table_entry__('bowtie_indexes', 'dbkey', $accepted_hits.dbkey, 'path')} + ${__get_data_table_entry__('bowtie_indexes', 'value', $accepted_hits.dbkey, 'path')}