Mercurial > repos > chemteam > parmconv
diff template_mmpbsa_mmgbsa.j2 @ 0:6c6cecf51bd0 draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 3664d8011044773cc3250ce15d712d97b0b91373"
author | chemteam |
---|---|
date | Tue, 07 Apr 2020 08:07:39 -0400 |
parents | |
children | da2252f1ccab |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/template_mmpbsa_mmgbsa.j2 Tue Apr 07 08:07:39 2020 -0400 @@ -0,0 +1,22 @@ +# Template for mmpbsa in Galaxy +# +&general +startframe={{ allparams.startframe }}, endframe={{ allparams.endframe }}, interval={{ allparams.interval }}, +verbose={{ allparams.verbose }}, keep_files={{ allparams.keep_files | int }}, strip_mask={{ allparams.strip_mask }}, use_sander={{ allparams.use_sander | int }}, entropy={{ allparams.entropy | int }} +/ +{% if calcdetails.gbcalc.calctype == 'yes' %} +&gb +igb={{ calcdetails.gbcalc.igb }}, saltcon={{ calcdetails.gbcalc.saltcon }} +/ +{% endif %} +{% if calcdetails.pbcalc.calctype == 'yes' %} +&pb +istrng={{ calcdetails.pbcalc.istrng }}, fillratio={{ calcdetails.pbcalc.fillratio }}, inp={{ calcdetails.pbcalc.inp }},radiopt={{ calcdetails.pbcalc.radiopt }} +/ +{% endif %} +{% if calcdetails.decomposition.decomposition == 'yes' %} +&decomp +csv_format={{ calcdetails.decomposition.csv_format | int }}, dec_verbose={{ calcdetails.decomposition.dec_verbose }}, idecomp={{ calcdetails.decomposition.idecomp }}, +/ +{% endif %} +