Mercurial > repos > greg > ideas
changeset 79:20d4dc694105 draft
Uploaded
author | greg |
---|---|
date | Thu, 24 Aug 2017 09:15:59 -0400 |
parents | 949de45a7269 |
children | 94182e72e08d |
files | ideas.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Thu Aug 24 09:10:01 2017 -0400 +++ b/ideas.xml Thu Aug 24 09:15:59 2017 -0400 @@ -113,7 +113,7 @@ <configfile name="gen_prep_input_config"><![CDATA[#if str($input_type_cond.input_type) == "datasets": #if str($input_type_cond.cell_type_epigenetic_factor_cond.cell_type_epigenetic_factor) == "manual": #for $input_items in $input_type_cond.cell_type_epigenetic_factor_cond.input_repeat: - ${input_items.cell_type_name} ${input_items.epigenetic_factor_name} ${input_items.input} +${input_items.cell_type_name} ${input_items.epigenetic_factor_name} ${input_items.input} #end for #else 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 @@ -128,7 +128,7 @@ #set $cell_type_name = $file_name.split("-")[1] #set $epigenetic_factor_name = $file_name.split("-")[0] #end if - ${cell_type_name} ${epigenetic_factor_name} ${i} +${cell_type_name} ${epigenetic_factor_name} ${i} #end for #end if #end if]]></configfile>