changeset 74:f22ea87463bd draft

Uploaded
author greg
date Thu, 24 Aug 2017 08:33:38 -0400
parents 11fe683a0a93
children c79952f352db
files ideas.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ideas.xml	Thu Aug 24 08:28:43 2017 -0400
+++ b/ideas.xml	Thu Aug 24 08:33:38 2017 -0400
@@ -111,8 +111,8 @@
     ]]></command>
     <configfiles>
         <configfile name="gen_prep_input_config"><![CDATA[
-#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:
+#if $input_type_cond == "datasets" and $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
 #end if]]></configfile>