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