comparison htseq-count.xml @ 9:971e20519fb8

Fix for dbkey column check when output additional bam is selected
author lparsons
date Fri, 26 Oct 2012 15:57:08 -0400
parents 5bfb7a651fac
children 5d969cb56112
comparison
equal deleted inserted replaced
8:5bfb7a651fac 9:971e20519fb8
77 <option value="history">History</option> 77 <option value="history">History</option>
78 </param> 78 </param>
79 <when value="cached"> 79 <when value="cached">
80 <param name="ref_file" type="select" label="Using reference genome"> 80 <param name="ref_file" type="select" label="Using reference genome">
81 <options from_data_table="sam_fa_indexes"> 81 <options from_data_table="sam_fa_indexes">
82 <filter type="data_meta" key="dbkey" ref="samfile" column="3"/> 82 <filter type="data_meta" key="dbkey" ref="samfile" column="1"/>
83 </options> 83 </options>
84 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> 84 <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/>
85 </param> 85 </param>
86 </when> 86 </when>
87 <when value="history"> <!-- FIX ME!!!! --> 87 <when value="history"> <!-- FIX ME!!!! -->