comparison editconf.xml @ 3:0876b56a3b3d draft

Uploaded
author fmercuri
date Fri, 25 Jun 2021 15:22:14 +0000
parents 2f9bc346f824
children 770be7b8dddd
comparison
equal deleted inserted replaced
2:2f9bc346f824 3:0876b56a3b3d
15 -o ./output.${output_format} 15 -o ./output.${output_format}
16 #if $box.config == "true": 16 #if $box.config == "true":
17 -d $box.dim 17 -d $box.dim
18 -bt $box.type 18 -bt $box.type
19 #end if 19 #end if
20 #if $sbox.config == "true":
21 -box $sbox.dim
22 -bt $box.type
23 #end if
20 &>> verbose.txt && 24 &>> verbose.txt &&
21 25
22 cp ./output.${output_format} '$output' 26 cp ./output.${output_format} '$output'
23 27
24 ]]></command> 28 ]]></command>
29 <option value="gro">GRO file</option> 33 <option value="gro">GRO file</option>
30 <option value="pdb">PDB file</option> 34 <option value="pdb">PDB file</option>
31 </param> 35 </param>
32 36
33 <conditional name="box"> 37 <conditional name="box">
34 <param argument="config" type="select" label="Configure box?"> 38 <param argument="config" type="select" label="Configure distance-based box?">
39 <option value="true">Yes</option>
40 <option value="false" selected="true">No</option>
41 </param>
42 <when value="true">
43 <param argument="dim" type="float" label="Size to be added to the dimensions of the system" value="0.0" min="0.0" max="1000.0" help="Size to be added to the dimension of the system" />
44 <param argument="type" type="select" label="Box type"
45 help="triclinic is a triclinic box, cubic is a rectangular box with all sides equal dodecahedron represents a rhombic dodecahedron and octahedron is a truncated octahedron. The last two are special cases of a triclinic box. The length of the three box vectors of the truncated octahedron is the shortest distance between two opposite hexagons. Relative to a cubic box with some periodic image distance, the volume of a dodecahedron with this same periodic distance is 0.71 times that of the cube, and that of a truncated octahedron is 0.77 times.">
46 <option value="cubic">Rectangular box with all sides equal</option>
47 <option value="triclinic">Triclinic</option>
48 <option value="dodecahedron">represents a rhombic dodecahedron</option>
49 <option value="octahedron">truncated octahedron</option>
50 </param>
51 </when>
52 <when value="false"/>
53 </conditional>
54
55 <conditional name="sbox">
56 <param argument="config" type="select" label="Configure size-based box?">
35 <option value="true">Yes</option> 57 <option value="true">Yes</option>
36 <option value="false" selected="true">No</option> 58 <option value="false" selected="true">No</option>
37 </param> 59 </param>
38 <when value="true"> 60 <when value="true">
39 <param argument="dim" type="float" label="Box dimensions in nanometers" value="0.0" min="0.0" max="1000.0" help="Dimensions of the box in which simulation will take place" /> 61 <param argument="dim" type="float" label="Box dimensions in nanometers" value="0.0" min="0.0" max="1000.0" help="Dimensions of the box in which simulation will take place" />