Skip to content

Commit

Permalink
Updating tools/buildtools/ambertools from version 21.11 to 21.12
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Feb 21, 2022
1 parent 992b3f2 commit f09de3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/buildtools/ambertools/acpype.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements">
<requirement type="package" version="2021.02.05.22.15">acpype</requirement>
<requirement type="package" version="2022.1.3">acpype</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
ln -s '$input1' ./input1.${input1.ext} &&
Expand Down
2 changes: 1 addition & 1 deletion tools/buildtools/ambertools/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">21.11</token>
<token name="@TOOL_VERSION@">21.12</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">ambertools</requirement>
Expand Down
2 changes: 1 addition & 1 deletion tools/buildtools/ambertools/mmpbsa_mmgbsa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements">
<requirement type="package" version="3.0.2">jinja2</requirement>
<requirement type="package" version="3.0.3">jinja2</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
python '$mmpbsa_script' '$inputs' &&
Expand Down
2 changes: 1 addition & 1 deletion tools/buildtools/ambertools/parmconv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<expand macro="requirements">
<requirement type="package" version="3.4.3">parmed</requirement>
<requirement type="package" version="2021.3">gromacs</requirement>
<requirement type="package" version="3.0.2">jinja2</requirement>
<requirement type="package" version="3.0.3">jinja2</requirement>
</expand>
<command detect_errors="exit_code">
<![CDATA[
Expand Down

0 comments on commit f09de3d

Please sign in to comment.