# HG changeset patch # User greg # Date 1503583040 14400 # Node ID 665b0feae3de41dd7521a691309db8ca5b9a4a5f # Parent a9b13ae639082145d352da88490d2b84c043eb34 Uploaded diff -r a9b13ae63908 -r 665b0feae3de ideas.xml --- a/ideas.xml Thu Aug 24 09:52:42 2017 -0400 +++ b/ideas.xml Thu Aug 24 09:57:20 2017 -0400 @@ -117,7 +117,7 @@ #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 = $i.name - #assert str($file_name_with_ext).find("-") >= 0, "The input '%s' selected for this option is invalid because it does not include a '-' character" % $file_name_with_ext + #assert str($file_name_with_ext).find("-") >= 0, "The selected input '%s' is invalid because it does not include the '-' character which is required when setting cell type and epigenetic factor names by extracting them from the input file names." % $file_name_with_ext #set file_name = $file_name_with_ext.split(".")[0] #if str($input_name_positions) == "cell_first": #set cell_type_name = $file_name.split("-")[0]