annotate template_mmpbsa_mmgbsa.j2 @ 4:dbfb86927de6 draft

"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
author chemteam
date Fri, 28 Feb 2020 03:47:10 -0500
parents
children 6aa2b60f3195
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
1 # Template for mmpbsa in Galaxy
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
2 #
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
3 &general
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
4 startframe={{ allparams.startframe }}, endframe={{ allparams.endframe }}, interval={{ allparams.interval }},
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
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 }}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
6 /
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
7 {% if calcdetails.gbcalc.calctype == 'yes' %}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
8 &gb
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
9 igb={{ calcdetails.gbcalc.igb }}, saltcon={{ calcdetails.gbcalc.saltcon }}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
10 /
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
11 {% endif %}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
12 {% if calcdetails.pbcalc.calctype == 'yes' %}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
13 &pb
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
14 istrng={{ calcdetails.pbcalc.istrng }}, fillratio={{ calcdetails.pbcalc.fillratio }}, inp={{ calcdetails.pbcalc.inp }},radiopt={{ calcdetails.pbcalc.radiopt }}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
15 /
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
16 {% endif %}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
17 {% if calcdetails.decomposition.decomposition == 'yes' %}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
18 &decomp
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
19 csv_format={{ calcdetails.decomposition.csv_format | int }}, dec_verbose={{ calcdetails.decomposition.dec_verbose }}, idecomp={{ calcdetails.decomposition.idecomp }},
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
20 /
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
21 {% endif %}
dbfb86927de6 "planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/ commit a68f9fb01e0cfff122aef8ddce5c866c687a4f9a"
chemteam
parents:
diff changeset
22