comparison template_mmpbsa_mmgbsa.j2 @ 0:52e64e8cf203 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
author chemteam
date Fri, 28 Feb 2020 03:47:30 -0500
parents
children 51023da731c0
comparison
equal deleted inserted replaced
-1:000000000000 0:52e64e8cf203
1 # Template for mmpbsa in Galaxy
2 #
3 &general
4 startframe={{ allparams.startframe }}, endframe={{ allparams.endframe }}, interval={{ allparams.interval }},
5 verbose={{ allparams.verbose }}, keep_files={{ allparams.keep_files | int }}, strip_mask={{ allparams.strip_mask }}, use_sander={{ allparams.use_sander | int }}, entropy={{ allparams.entropy | int }}
6 /
7 {% if calcdetails.gbcalc.calctype == 'yes' %}
8 &gb
9 igb={{ calcdetails.gbcalc.igb }}, saltcon={{ calcdetails.gbcalc.saltcon }}
10 /
11 {% endif %}
12 {% if calcdetails.pbcalc.calctype == 'yes' %}
13 &pb
14 istrng={{ calcdetails.pbcalc.istrng }}, fillratio={{ calcdetails.pbcalc.fillratio }}, inp={{ calcdetails.pbcalc.inp }},radiopt={{ calcdetails.pbcalc.radiopt }}
15 /
16 {% endif %}
17 {% if calcdetails.decomposition.decomposition == 'yes' %}
18 &decomp
19 csv_format={{ calcdetails.decomposition.csv_format | int }}, dec_verbose={{ calcdetails.decomposition.dec_verbose }}, idecomp={{ calcdetails.decomposition.idecomp }},
20 /
21 {% endif %}
22