# HG changeset patch # User fmercuri # Date 1624642688 0 # Node ID 9fcc059ba508db8f0c0ad09cb17b4adbdf8bc8c4 # Parent fbfc5e6797d19cef3786a66fef874bd8780a1ef5 Uploaded diff -r fbfc5e6797d1 -r 9fcc059ba508 editconf.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/editconf.xml Fri Jun 25 17:38:08 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' + + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +