changeset 73:11fe683a0a93 draft

Uploaded
author greg
date Thu, 24 Aug 2017 08:28:43 -0400
parents 6dece3e06a10
children f22ea87463bd
files ideas.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ideas.xml	Thu Aug 24 08:22:38 2017 -0400
+++ b/ideas.xml	Thu Aug 24 08:28:43 2017 -0400
@@ -111,7 +111,7 @@
     ]]></command>
     <configfiles>
         <configfile name="gen_prep_input_config"><![CDATA[
-#if $input_type_cond == "datasets" and $input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor == "manual":
+#if str($input_type_cond) == "datasets" and str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "manual":
     #for $input_items in $input_type_cond.cell_type_epigenetic_factor_cond.input_repeat:
 ${input_items.cell_type_name} ${input_items.epigenetic_factor_name} ${input_items.input}
     #end for