Mercurial > repos > greg > ideas
changeset 83:09f07994247f draft
Uploaded
author | greg |
---|---|
date | Thu, 24 Aug 2017 09:39:43 -0400 |
parents | f6156d2888a3 |
children | 6b2ae32247c8 |
files | ideas.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Thu Aug 24 09:31:10 2017 -0400 +++ b/ideas.xml Thu Aug 24 09:39:43 2017 -0400 @@ -113,10 +113,10 @@ <configfile name="gen_prep_input_config"><![CDATA[#import os #if str($input_type_cond.input_type) == "datasets": #if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "extract": - #set $cell_type_epigenetic_factor_cond = $input_type_cond.cell_type_epigenetic_factor_cond - #set $input_name_positions = $cell_type_epigenetic_factor_cond.input_name_positions + #set cell_type_epigenetic_factor_cond = $input_type_cond.cell_type_epigenetic_factor_cond + #set input_name_positions = $cell_type_epigenetic_factor_cond.input_name_positions #for $i in $cell_type_epigenetic_factor_cond.input: - #set file_name_with_ext = $os.path.basename($i) + #set file_name_with_ext = $i.name #set file_name = $file_name_with_ext.split(".")[0] #if str($input_name_positions) == "cell_first": #set cell_type_name = $file_name.split("-")[0]