# HG changeset patch # User fmercuri # Date 1624641729 0 # Node ID 55051a551ba35d6f6a4869b31bee37847072a3b2 # Parent ce43997ac7c95803c6af32811713b71a4fa228a2 Uploaded diff -r ce43997ac7c9 -r 55051a551ba3 editconf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/editconf.xml Fri Jun 25 17:22:09 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' + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +