comparison multigps.xml @ 22:9c13cdf2ed1e draft

Uploaded
author iuc
date Tue, 04 Apr 2017 21:22:17 -0400
parents 5cdc2d65656b
children eb9b1816f00e
comparison
equal deleted inserted replaced
21:5cdc2d65656b 22:9c13cdf2ed1e
185 if specify_replicate_name == 'yes': 185 if specify_replicate_name == 'yes':
186 line_items.append(specify_replicate_name_cond['replicate_name']) 186 line_items.append(specify_replicate_name_cond['replicate_name'])
187 line_items.append(experiment_type) 187 line_items.append(experiment_type)
188 fixedreadcount_cond = control_items['fixedreadcount_cond'] 188 fixedreadcount_cond = control_items['fixedreadcount_cond']
189 fixedreadcount_select = fixedreadcount_cond['fixedreadcount_select'] 189 fixedreadcount_select = fixedreadcount_cond['fixedreadcount_select']
190 if fixedreadcount_select) == 'yes': 190 if fixedreadcount_select == 'yes':
191 line_items.append(fixedreadcount_cond['fixedreadcount']) 191 line_items.append(fixedreadcount_cond['fixedreadcount'])
192 fh.write('%s\n' % '\t'.join(line_items)) 192 fh.write('%s\n' % '\t'.join(line_items))
193 fh.close() 193 fh.close()
194 ]]> 194 ]]>
195 </configfile> 195 </configfile>