# HG changeset patch # User greg # Date 1503582670 14400 # Node ID 8299b580a34dfcb941cd463838c6493ce2f02189 # Parent 6b2ae32247c89fcd92071c2ba6f5afc7c189150c Uploaded diff -r 6b2ae32247c8 -r 8299b580a34d ideas.xml --- a/ideas.xml Thu Aug 24 09:47:36 2017 -0400 +++ b/ideas.xml Thu Aug 24 09:51:10 2017 -0400 @@ -117,8 +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 - #if str($file_name_with_ext).find("-") < 0: - raise Exception, "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 input '%s' selected for this option is invalid because it does not include a '-' character" % $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]