Mercurial > repos > greg > ideas
changeset 81:dda8772b5864 draft
Uploaded
author | greg |
---|---|
date | Thu, 24 Aug 2017 09:28:26 -0400 |
parents | 94182e72e08d |
children | f6156d2888a3 |
files | ideas.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ideas.xml Thu Aug 24 09:18:08 2017 -0400 +++ b/ideas.xml Thu Aug 24 09:28:26 2017 -0400 @@ -117,7 +117,7 @@ #for $i in $cell_type_epigenetic_factor_cond.input: #set $file_name_with_ext = $os.path.basename($i) #set $file_name = $file_name_with_ext.split(".")[0] - #if $input_name_positions == "cell_first": + #if str($input_name_positions) == "cell_first": #set $cell_type_name = $file_name.split("-")[0] #set $epigenetic_factor_name = $file_name.split("-")[1] #else: