comparison editconf.xml @ 4:56458657f2db draft

Uploaded
author flepiane
date Tue, 29 Jun 2021 12:23:11 +0000
parents a21fac95d092
children 2ee640fff95a
comparison
equal deleted inserted replaced
3:a21fac95d092 4:56458657f2db
12 12
13 ln -s '$input_file' ./input.$input_file.ext && 13 ln -s '$input_file' ./input.$input_file.ext &&
14 gmx genconf 14 gmx genconf
15 -f ./input.$input_file.ext 15 -f ./input.$input_file.ext
16 -o ./output.${output_format} 16 -o ./output.${output_format}
17 -nbox ($box $box $box) 17 -nbox $box $box $box
18 -dist ($dist $dist $dist) 18 -dist $dist $dist $dist
19 &>> verbose.txt && 19 &>> verbose.txt &&
20 20
21 cp ./output.${output_format} '$output' 21 cp ./output.${output_format} '$output'
22 22
23 ]]></command> 23 ]]></command>