# HG changeset patch # User chemteam # Date 1603190329 0 # Node ID cdf93d0575690165885e928104dc7e1705939cb9 # Parent 9363254ef84849e406a961f6e61006cae2c96b28 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 98e34b799346c6bbe5d28d4659d93d92cc7827cc" diff -r 9363254ef848 -r cdf93d057569 trj.xml --- a/trj.xml Wed May 20 12:58:22 2020 -0400 +++ b/trj.xml Tue Oct 20 10:38:49 2020 +0000 @@ -2,13 +2,19 @@ using trjconv and trjcat macros.xml - 0 + 1 + + + + ^[0-9]*$ + + + > verbose.txt && - mv ./output.${output_format} '$output' - + &>> verbose.txt + #if not $trj.sep: + && + mv ./output.${output_format} '$output' + #end if ]]> @@ -57,27 +77,43 @@ - + - - + + ^[0-9]*$ - ^[0-9]*$ - - - - - - - - + + + - - + + + + + + + + + + + + + ^[0-9]*$ + + + + + + + + + + + @@ -86,10 +122,27 @@ + + + + + + + + + + + + + + + + + @@ -107,6 +160,7 @@ + not trj.get("sep") or output_format in ["xtc", "trr"] @@ -114,7 +168,16 @@ - + + trj.get("sep") and output_format == "gro" + + + + trj.get("sep") and output_format == 'pdb' + + + + @@ -126,9 +189,9 @@ - + - @@ -137,12 +200,25 @@ - - - --> + + + + + + + + + + + + + + + +