I want to use the <options> tag when param tag's type attribute value is data.but this option cannot be loaded. Below is my test.xml and the tool_data_table_conf.xml and tool-data/test.loc test.xml code: <param name="test" type="data" label="this is a test"> <options from_data_table="test_indexes"/> </param> tool_data_table_conf.xml code: <tables>
<columns>value, dbkey, name, path</columns><file path="tool-data/test.loc"/></tables> tool-data/test.loc code:
hg19 hg19 hg19 /home/xin/ww/hg19
I feel like I'm missing out on something important.Has anyone ever had this problem?