annotate template_parmconv.j2 @ 1:5b4ae74b7f0b draft default tip

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit def3e8d4a983ab47ceedde678f585b54c79bb8d1"
author chemteam
date Thu, 27 Jan 2022 17:19:05 +0000
parents 79c856227ff1
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