Mercurial > repos > lparsons > htseq_count
diff 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 |
line wrap: on
line diff
--- a/htseq-count.xml Fri Sep 21 17:57:47 2012 -0400 +++ b/htseq-count.xml Fri Oct 26 15:57:08 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="3"/> + <filter type="data_meta" key="dbkey" ref="samfile" column="1"/> </options> <validator type="no_options" message="A built-in reference genome is not available for the build associated with the selected input file"/> </param>