Mercurial > repos > chemteam > mmpbsa_mmgbsa
view template_parmconv.j2 @ 4:879662481176 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit cc13bd32ef2d80b01dc197a3ca120a4ff9f0dacc"
author | chemteam |
---|---|
date | Fri, 12 Mar 2021 12:32:51 +0000 |
parents | d09f116dfca5 |
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