comparison ideas.xml @ 83:09f07994247f draft

Uploaded
author greg
date Thu, 24 Aug 2017 09:39:43 -0400
parents f6156d2888a3
children 6b2ae32247c8
comparison
equal deleted inserted replaced
82:f6156d2888a3 83:09f07994247f
111 ]]></command> 111 ]]></command>
112 <configfiles> 112 <configfiles>
113 <configfile name="gen_prep_input_config"><![CDATA[#import os 113 <configfile name="gen_prep_input_config"><![CDATA[#import os
114 #if str($input_type_cond.input_type) == "datasets": 114 #if str($input_type_cond.input_type) == "datasets":
115 #if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "extract": 115 #if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "extract":
116 #set $cell_type_epigenetic_factor_cond = $input_type_cond.cell_type_epigenetic_factor_cond 116 #set cell_type_epigenetic_factor_cond = $input_type_cond.cell_type_epigenetic_factor_cond
117 #set $input_name_positions = $cell_type_epigenetic_factor_cond.input_name_positions 117 #set input_name_positions = $cell_type_epigenetic_factor_cond.input_name_positions
118 #for $i in $cell_type_epigenetic_factor_cond.input: 118 #for $i in $cell_type_epigenetic_factor_cond.input:
119 #set file_name_with_ext = $os.path.basename($i) 119 #set file_name_with_ext = $i.name
120 #set file_name = $file_name_with_ext.split(".")[0] 120 #set file_name = $file_name_with_ext.split(".")[0]
121 #if str($input_name_positions) == "cell_first": 121 #if str($input_name_positions) == "cell_first":
122 #set cell_type_name = $file_name.split("-")[0] 122 #set cell_type_name = $file_name.split("-")[0]
123 #set epigenetic_factor_name = $file_name.split("-")[1] 123 #set epigenetic_factor_name = $file_name.split("-")[1]
124 #else: 124 #else: