Mercurial > repos > chemteam > packmol
annotate template.j2 @ 0:0b8a0ce446f5 draft
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
author | chemteam |
---|---|
date | Mon, 08 Oct 2018 05:31:29 -0400 |
parents | |
children | 539fb45630e6 |
rev | line source |
---|---|
0
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
1 # Template for packmol in Galaxy |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
2 # |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
3 |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
4 tolerance {{ allparams.tolerance }} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
5 nloop {{ allparams.nloop }} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
6 maxit {{ allparams.maxit }} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
7 seed {{ allparams.seed }} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
8 filetype {{packmol_format.selected_format}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
9 output {{outfile}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
10 |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
11 {% for struct in packmol_format.packmol_inputs %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
12 structure {{struct.file}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
13 # Galaxy datasetname - {{struct.datasetname}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
14 number {{struct.structureparams.number}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
15 radius {{struct.structureparams.radius}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
16 resnumbers {{struct.structureparams.resnumbers}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
17 {% for c in struct.structureparams.constraints_repeat %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
18 {% if c.constraints.constraint == 'fixed' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
19 {% if c.constraints.center == 'Yes' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
20 center |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
21 {% endif %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
22 {{c.constraints.constraint}} {{c.constraints.x}} {{c.constraints.y}} {{c.constraints.z}} {{c.constraints.a}} {{c.constraints.b}} {{c.constraints.g}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
23 {% elif c.constraints.constraint == 'cube' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
24 {{c.constraints.placement}} {{c.constraints.constraint}} {{c.constraints.xmin}} {{c.constraints.ymin}} {{c.constraints.zmin}} {{c.constraints.d}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
25 {% elif c.constraints.constraint == 'box' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
26 {{c.constraints.placement}} {{c.constraints.constraint}} {{c.constraints.xmin}} {{c.constraints.ymin}} {{c.constraints.zmin}} {{c.constraints.xmax}} {{c.constraints.ymax}} {{c.constraints.zmax}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
27 {% elif c.constraints.constraint == 'sphere' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
28 {{c.constraints.placement}} {{c.constraints.constraint}} {{c.constraints.a}} {{c.constraints.b}} {{c.constraints.c}} {{c.constraints.d}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
29 {% elif c.constraints.constraint == 'ellipsoid' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
30 {{c.constraints.placement}} {{c.constraints.constraint}} {{c.constraints.a1}} {{c.constraints.b1}} {{c.constraints.c1}} {{c.constraints.a2}} {{c.constraints.b2}} {{c.constraints.c2}} {{c.constraints.d}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
31 {% elif c.constraints.constraint == 'plane' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
32 {{c.constraints.placement}} {{c.constraints.constraint}} {{c.constraints.a}} {{c.constraints.b}} {{c.constraints.c}} {{c.constraints.d}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
33 {% elif c.constraints.constraint == 'cylinder' %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
34 {{c.constraints.placement}} {{c.constraints.constraint}} {{c.constraints.a1}} {{c.constraints.b1}} {{c.constraints.c1}} {{c.constraints.a2}} {{c.constraints.b2}} {{c.constraints.c2}} {{c.constraints.d}} {{c.constraints.l}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
35 {% else %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
36 unknowntype specified {{c.constraints}} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
37 {% endif %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
38 {% endfor %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
39 end structure |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
40 |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
41 {% endfor %} |
0b8a0ce446f5
planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem commit 11519cd4ef5f8ac5864cdc8b3e93ff30115f2e27
chemteam
parents:
diff
changeset
|
42 |