# HG changeset patch # User chemteam # Date 1611573280 0 # Node ID 51023da731c074ebeb1958018dc5d112ef1715db # Parent d09f116dfca5bafa297c0c5eabc39790d1818620 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit 4a3f58846bcad26240ccdc6b76e8f4d2cbe63631" diff -r d09f116dfca5 -r 51023da731c0 macros.xml --- a/macros.xml Tue Apr 07 07:59:06 2020 -0400 +++ b/macros.xml Mon Jan 25 11:14:40 2021 +0000 @@ -1,8 +1,8 @@ - 19.11 + 20.15 - ambertools + ambertools diff -r d09f116dfca5 -r 51023da731c0 mmpbsa_mmgbsa.xml --- a/mmpbsa_mmgbsa.xml Tue Apr 07 07:59:06 2020 -0400 +++ b/mmpbsa_mmgbsa.xml Mon Jan 25 11:14:40 2021 +0000 @@ -1,30 +1,25 @@ - - - estimate ligand binding affinities - - - macros.xml - - - jinja2 - - - - - - - - + tool for estimating ligand binding affinities + + macros.xml + 0 + + + jinja2 + + + + + - - - -
- - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + calcdetails['decomposition']['decomposition'] == 'yes' + + + + allparams['keep_files'] == 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - +.. _`Amber Tutorial`: http://ambermd.org/tutorials/advanced/tutorial3/py_script/index.htm +.. _`AmberTools Manual`: https://ambermd.org/doc12/Amber18.pdf + + ]]> + + +
diff -r d09f116dfca5 -r 51023da731c0 template_mmpbsa_mmgbsa.j2 --- a/template_mmpbsa_mmgbsa.j2 Tue Apr 07 07:59:06 2020 -0400 +++ b/template_mmpbsa_mmgbsa.j2 Mon Jan 25 11:14:40 2021 +0000 @@ -2,16 +2,15 @@ # &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 }} +verbose=2, keep_files={{ allparams.keep_files | int }}, strip_mask={{ allparams.strip_mask }}, use_sander={{ allparams.use_sander | int }}, entropy={{ allparams.entropy | int }}, netcdf=1 / -{% if calcdetails.gbcalc.calctype == 'yes' %} +{% if calcdetails.gb_pb_calc.calctype == 'gb' %} &gb -igb={{ calcdetails.gbcalc.igb }}, saltcon={{ calcdetails.gbcalc.saltcon }} +igb={{ calcdetails.gb_pb_calc.igb }}, saltcon={{ calcdetails.gb_pb_calc.saltcon }}, surfoff={{ calcdetails.gb_pb_calc.surfoff }}, molsurf={{ calcdetails.gb_pb_calc.molsurf | int}}, probe={{ calcdetails.gb_pb_calc.probe }}, msoffset={{ calcdetails.gb_pb_calc.msoffset }} / -{% endif %} -{% if calcdetails.pbcalc.calctype == 'yes' %} +{% elif calcdetails.gb_pb_calc.calctype == 'pb' %} &pb -istrng={{ calcdetails.pbcalc.istrng }}, fillratio={{ calcdetails.pbcalc.fillratio }}, inp={{ calcdetails.pbcalc.inp }},radiopt={{ calcdetails.pbcalc.radiopt }} +istrng={{ calcdetails.gb_pb_calc.istrng }}, fillratio={{ calcdetails.gb_pb_calc.fillratio }}, inp={{ calcdetails.gb_pb_calc.inp }}, radiopt={{ calcdetails.gb_pb_calc.radiopt }}, cavity_offset={{ calcdetails.gb_pb_calc.cavity_offset }}, scale={{ calcdetails.gb_pb_calc.scale }}, linit={{ calcdetails.gb_pb_calc.linit }}, prbrad={{ calcdetails.gb_pb_calc.prbrad }} / {% endif %} {% if calcdetails.decomposition.decomposition == 'yes' %}