# HG changeset patch
# User chemteam
# Date 1649879227 0
# Node ID 72459c3ea5f648c0915cdfbed3097dc00162460c
# Parent 0f2ced72d16f9e1aea2b3d9f2a2a002faeb481ab
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tree/master/tools/gromacs commit 033779f5ae0fa964ccad44104027d1d715b8e907"
diff -r 0f2ced72d16f -r 72459c3ea5f6 trj.xml
--- a/trj.xml Tue Mar 22 17:39:22 2022 +0000
+++ b/trj.xml Wed Apr 13 19:47:07 2022 +0000
@@ -2,7 +2,7 @@
using trjconv and trjcat
macros.xml
- 0
+ 1
@@ -18,7 +18,7 @@
#if $trj.trj_op == 'trjcat':
mkdir trajs &&
#for $value, $file in enumerate($trj_input):
- ln -s '$file' trajs/traj_${value}.${file.ext} &&
+ ln -s '$file' trajs/traj_${str(value).rjust(10, '0')}.${file.ext} &&
#end for
gmx trjcat
@@ -31,14 +31,14 @@
ln -s '$str_input' ./str.${str_input.ext} &&
ln -s '$trj_input' ./traj.${trj_input.ext} &&
- echo ## optionally pipe in the following
- #if $trj.fit.fit != 'none':
- '$trj.fit.index_fit'
- #end if
- #if $trj.pbc.pbc == 'cluster':
- '$trj.pbc.index_cluster'
- #end if
- '$trj.index_center' '$trj.index_output' | gmx trjconv
+ echo ## optionally pipe in the following
+ #if $trj.fit.fit != 'none':
+ '$trj.fit.index_fit'
+ #end if
+ #if $trj.pbc.pbc == 'cluster':
+ '$trj.pbc.index_cluster'
+ #end if
+ '$trj.index_center' '$trj.index_output' | gmx trjconv
-f ./traj.${trj_input.ext}
-s ./str.${str_input.ext}
#if $ndx_input:
@@ -140,7 +140,7 @@
-
+