# HG changeset patch # User ximgchess # Date 1642701407 0 # Node ID 4bb02acaaabcccc30165700794ff2f6300c85b7b # Parent baba452d061374cd648246786eb65d935f4753ce "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 15bca193042c05f262db5cb1efe70e2cbd567615-dirty" diff -r baba452d0613 -r 4bb02acaaabc hexrd_find_orientations.xml --- a/hexrd_find_orientations.xml Tue Jan 04 22:07:42 2022 +0000 +++ b/hexrd_find_orientations.xml Thu Jan 20 17:56:47 2022 +0000 @@ -9,7 +9,7 @@ cp '$config_yml' config.yml && ## symlink input files @CMD_LINKS@ - hexrd find-orientations config.yml && + hexrd find-orientations --clean config.yml && @CONVERT2TAB@ && cp find-orientations_analysis_*.log '$log' && cp accepted_orientations_analysis_*.dat '$accepted_orientations' && diff -r baba452d0613 -r 4bb02acaaabc macros.xml --- a/macros.xml Tue Jan 04 22:07:42 2022 +0000 +++ b/macros.xml Thu Jan 20 17:56:47 2022 +0000 @@ -1,6 +1,6 @@ - 0.8.12 - 1 + 0.8.17 + 0 21.09 @@ -150,7 +150,7 @@ commas separated list of planes, e.g.: 0,1,2,3,4,5 - ^\d(,\d)*$ + ^\d(,\d)*$ @@ -312,8 +312,8 @@ - - ^\d(,\d)*$ + + ^[+-]?(\d+(\.\d*)?|\.\d+)([eE][+-]?\d+)?(,[+-]?(\d+(\.\d*)?|\.\d+)([eE][+-]?\d+)?)*$ @@ -345,7 +345,7 @@ #set $tth = [] #set $eta = [] #set $omega = [] -#set refit = '[' + str($tolerance.refit) + ']' +#set $refit = '[' + str($tolerance.refit) + ']' #for $tol in $tolerance.tolerance_lists #silent $tth.append(float($tol.tth)) #silent $eta.append(float($tol.eta))