# HG changeset patch # User fmercuri # Date 1624642581 0 # Node ID ea345dc97d93384a4eab6fe3d7e5fc189e96a7ef # Parent afe8c0751b36ed6bd79a454569dc6ae159361a16 Uploaded diff -r afe8c0751b36 -r ea345dc97d93 editconf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/editconf.xml Fri Jun 25 17:36:21 2021 +0000 @@ -0,0 +1,132 @@ + + using editconf + + 0 + macros.xml + + + + + > verbose.txt && + + ln -s '$input_file' ./input.$input_file.ext && + gmx editconf + -f ./input.$input_file.ext + -o ./output.${output_format} + #if $box.config == "true": + #if $box.boxtype.boxtype == "cubic": + -box $box.boxtype.cubicdim + #end if + #if $box.boxtype.boxtype == "custom": + -d $box.boxtype.boxdim + -bt $box.boxtype.type + #end if + #end if + &>> verbose.txt && + + cp ./output.${output_format} '$output' + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +