view template_parmconv.j2 @ 7:c8cdde00b105 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit cc13bd32ef2d80b01dc197a3ca120a4ff9f0dacc"
author chemteam
date Fri, 12 Mar 2021 12:33:25 +0000
parents f4230f116196
children
line wrap: on
line source

# Template for parmconv in Galaxy
{% if fmt == 'AMBER' %}
parm {{ top_in }}
{% elif fmt == 'GROMACS' %}
gromber {{ top_in }} {{str_in}}
{% elif fmt == 'CHARMM' %}
chamber {{ top_in }} {{str_in}}
{% else %}
parm {{ top_in }}
{% endif %}
strip {{ stripmask }}
summary
outparm {{ prmtop_out }}
quit