comparison ideas.xml @ 79:20d4dc694105 draft

Uploaded
author greg
date Thu, 24 Aug 2017 09:15:59 -0400
parents 949de45a7269
children 94182e72e08d
comparison
equal deleted inserted replaced
78:949de45a7269 79:20d4dc694105
111 ]]></command> 111 ]]></command>
112 <configfiles> 112 <configfiles>
113 <configfile name="gen_prep_input_config"><![CDATA[#if str($input_type_cond.input_type) == "datasets": 113 <configfile name="gen_prep_input_config"><![CDATA[#if str($input_type_cond.input_type) == "datasets":
114 #if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "manual": 114 #if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "manual":
115 #for $input_items in $input_type_cond.cell_type_epigenetic_factor_cond.input_repeat: 115 #for $input_items in $input_type_cond.cell_type_epigenetic_factor_cond.input_repeat:
116 ${input_items.cell_type_name} ${input_items.epigenetic_factor_name} ${input_items.input} 116 ${input_items.cell_type_name} ${input_items.epigenetic_factor_name} ${input_items.input}
117 #end for 117 #end for
118 #else if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "extract": 118 #else if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "extract":
119 #set $cell_type_epigenetic_factor_cond = $input_type_cond.cell_type_epigenetic_factor_cond 119 #set $cell_type_epigenetic_factor_cond = $input_type_cond.cell_type_epigenetic_factor_cond
120 #set $input_name_positions = $cell_type_epigenetic_factor_cond.input_name_positions 120 #set $input_name_positions = $cell_type_epigenetic_factor_cond.input_name_positions
121 #for $i in $cell_type_epigenetic_factor_cond.input: 121 #for $i in $cell_type_epigenetic_factor_cond.input:
126 #set $epigenetic_factor_name = $file_name.split("-")[1] 126 #set $epigenetic_factor_name = $file_name.split("-")[1]
127 #else: 127 #else:
128 #set $cell_type_name = $file_name.split("-")[1] 128 #set $cell_type_name = $file_name.split("-")[1]
129 #set $epigenetic_factor_name = $file_name.split("-")[0] 129 #set $epigenetic_factor_name = $file_name.split("-")[0]
130 #end if 130 #end if
131 ${cell_type_name} ${epigenetic_factor_name} ${i} 131 ${cell_type_name} ${epigenetic_factor_name} ${i}
132 #end for 132 #end for
133 #end if 133 #end if
134 #end if]]></configfile> 134 #end if]]></configfile>
135 </configfiles> 135 </configfiles>
136 <inputs> 136 <inputs>