Mercurial > repos > chemteam > ambertools_acpype
comparison template_parmconv.j2 @ 4:f4230f116196 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
author | chemteam |
---|---|
date | Tue, 07 Apr 2020 08:10:40 -0400 |
parents | |
children | c8cdde00b105 |
comparison
equal
deleted
inserted
replaced
3:c6afbb28f547 | 4:f4230f116196 |
---|---|
1 # Template for parmconv in Galaxy | |
2 {% if fmt == 'AMBER' %} | |
3 parm {{ top_in }} | |
4 {% elif fmt == 'GROMACS' %} | |
5 gromber {{ top_in }} {{gro_in}} | |
6 {% elif fmt == 'CHARMM' %} | |
7 chamber {{ top_in }} {{gro_in}} | |
8 {% else %} | |
9 parm {{ top_in }} | |
10 {% endif %} | |
11 strip {{ stripmask }} | |
12 summary | |
13 outparm {{ prmtop_out }} | |
14 quit |