Mercurial > repos > chemteam > ambertools_acpype
annotate template_parmconv.j2 @ 9:6ca543ec1bf8 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit aa5e1ad9fb06855dddc66b6cdfa2e5724c251c53"
author | chemteam |
---|---|
date | Wed, 14 Jul 2021 11:28:51 +0000 |
parents | c8cdde00b105 |
children |
rev | line source |
---|---|
4
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
1 # Template for parmconv in Galaxy |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
2 {% if fmt == 'AMBER' %} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
3 parm {{ top_in }} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
4 {% elif fmt == 'GROMACS' %} |
7
c8cdde00b105
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit cc13bd32ef2d80b01dc197a3ca120a4ff9f0dacc"
chemteam
parents:
4
diff
changeset
|
5 gromber {{ top_in }} {{str_in}} |
4
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
6 {% elif fmt == 'CHARMM' %} |
7
c8cdde00b105
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit cc13bd32ef2d80b01dc197a3ca120a4ff9f0dacc"
chemteam
parents:
4
diff
changeset
|
7 chamber {{ top_in }} {{str_in}} |
4
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
8 {% else %} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
9 parm {{ top_in }} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
10 {% endif %} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
11 strip {{ stripmask }} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
12 summary |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
13 outparm {{ prmtop_out }} |
f4230f116196
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
chemteam
parents:
diff
changeset
|
14 quit |