comparison multigps.xml @ 16:786468a702b0 draft

Uploaded
author iuc
date Tue, 04 Apr 2017 17:08:56 -0400
parents 1374e0ff61b1
children 3ea58bab5819
comparison
equal deleted inserted replaced
15:1374e0ff61b1 16:786468a702b0
164 #set fixedreadcount_cond = $signal_items['fixedreadcount_cond'] 164 #set fixedreadcount_cond = $signal_items['fixedreadcount_cond']
165 #set fixedreadcount_select = $fixedreadcount_cond['fixedreadcount_select'] 165 #set fixedreadcount_select = $fixedreadcount_cond['fixedreadcount_select']
166 #if str($fixedreadcount_select) == 'yes': 166 #if str($fixedreadcount_select) == 'yes':
167 #set line = $line + '\t' + str($fixedreadcount_cond['fixedreadcount']) 167 #set line = $line + '\t' + str($fixedreadcount_cond['fixedreadcount'])
168 #end if 168 #end if
169 '%s\n' % $line 169 $line
170 #end for 170 #end for
171 #for $control_items in condition_items['control_repeat']: 171 #for $control_items in condition_items['control_repeat']:
172 #set control = $control_items['control'] 172 #set control = $control_items['control']
173 #set experiment_type = $control_items['experiment_type'] 173 #set experiment_type = $control_items['experiment_type']
174 #set line = str($control_items) + '\t' + 'Control' + '\t' + str($control.ext.upper()) + '\t' + str($cond_i) 174 #set line = str($control_items) + '\t' + 'Control' + '\t' + str($control.ext.upper()) + '\t' + str($cond_i)
181 #set fixedreadcount_cond = $control_items['fixedreadcount_cond'] 181 #set fixedreadcount_cond = $control_items['fixedreadcount_cond']
182 #set fixedreadcount_select = $fixedreadcount_cond['fixedreadcount_select'] 182 #set fixedreadcount_select = $fixedreadcount_cond['fixedreadcount_select']
183 #if str($fixedreadcount_select) == 'yes': 183 #if str($fixedreadcount_select) == 'yes':
184 #set line = $line + '\t' + str($fixedreadcount_cond['fixedreadcount']) 184 #set line = $line + '\t' + str($fixedreadcount_cond['fixedreadcount'])
185 #end if 185 #end if
186 '%s\n' % $line 186 $line
187 #end for 187 #end for
188 #end for 188 #end for
189 ]]> 189 ]]>
190 </configfile> 190 </configfile>
191 </configfiles> 191 </configfiles>