From 143f6e7314ae6cdba56c01efc5aa35a6989380dc Mon Sep 17 00:00:00 2001 From: thepineapplepirate Date: Tue, 11 Jun 2024 20:37:56 -0400 Subject: [PATCH] added new parameter to allow users to renumber their output structure file --- tools/gromacs/editconf.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tools/gromacs/editconf.xml b/tools/gromacs/editconf.xml index cf0f2646..d414d31b 100644 --- a/tools/gromacs/editconf.xml +++ b/tools/gromacs/editconf.xml @@ -16,6 +16,9 @@ #if $box.config == "true": -d $box.dim -bt $box.type + #end if + #if $renumber.renum =="true": + -resnr $renumber.startres_id #end if &>> verbose.txt && @@ -29,7 +32,17 @@ - + + + + + + + + + + +