diff htseq-count.xml @ 3:c6d73933f601

Fixed issues with tool shed parsing
author Lance Parsons <lparsons@princeton.edu>
date Fri, 31 Aug 2012 16:50:42 -0400
parents 8f0f896ec527
children 359d40333595
line wrap: on
line diff
--- a/htseq-count.xml	Fri Aug 31 15:23:53 2012 -0400
+++ b/htseq-count.xml	Fri Aug 31 16:50:42 2012 -0400
@@ -79,7 +79,7 @@
                     <when value="cached">
                         <param name="ref_file" type="select" label="Using reference genome">
                             <options from_data_table="sam_fa_indexes">
-                                <filter type="data_meta" key="dbkey" ref="samfile" column="value"/>
+                                <filter type="data_meta" key="dbkey" ref="samfile" column="3"/>
                             </options>
                             <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
                         </param>