annotate template_parmconv.j2 @ 0:79c856227ff1 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
author chemteam
date Tue, 30 Nov 2021 10:00:44 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
1 # Template for parmconv in Galaxy
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
2 {% if fmt == 'AMBER' %}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
3 parm {{ top_in }}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
4 {% elif fmt == 'GROMACS' %}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
5 gromber {{ top_in }} {{str_in}}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
6 {% elif fmt == 'CHARMM' %}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
7 chamber {{ top_in }} {{str_in}}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
8 {% else %}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
9 parm {{ top_in }}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
10 {% endif %}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
11 strip {{ stripmask }}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
12 summary
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
13 outparm {{ prmtop_out }}
79c856227ff1 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit f6acbf6f5875904c5b0c69445da0bf44932611c6"
chemteam
parents:
diff changeset
14 quit