When defining a test in the <tests> section of the xml, how does one refer to a specific value when the values are retrieved from a table such as blastdb.loc?
e.g.
<param name="refGenomeSource_type" type="select" label="Select a reference genome / transcriptome">
<options from_data_table="twobit_indexes" />
</param>
...
<tests>
<test>
<param name="refGenomeSource_type" value="twoBitIndexElement/>
...
Found these related comments....
https://github.com/peterjc/galaxy_blast/issues/52
https://github.com/peterjc/galaxy_blast/issues/53