view template_parmconv.j2 @ 5:96b872138d3b draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
author chemteam
date Tue, 07 Apr 2020 07:56:20 -0400
parents
children 7afe7044a2aa
line wrap: on
line source

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