Skip to content

Commit

Permalink
Updating tools/buildtools/ambertools from version 21.10 to 23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Nov 4, 2024
1 parent 3c6707a commit 4d028f9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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="2023.10.27">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/acpype_Amber2Gromacs.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="2023.10.27">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.10</token>
<token name="@TOOL_VERSION@">23.6</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.1">jinja2</requirement>
<requirement type="package" version="3.1.4">jinja2</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
python '$mmpbsa_script' '$inputs' &&
Expand Down
6 changes: 3 additions & 3 deletions tools/buildtools/ambertools/parmconv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<token name="@GALAXY_VERSION@">0</token>
</macros>
<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.1">jinja2</requirement>
<requirement type="package" version="4.3.0">parmed</requirement>
<requirement type="package" version="2024.3">gromacs</requirement>
<requirement type="package" version="3.1.4">jinja2</requirement>
</expand>
<command detect_errors="exit_code">
<![CDATA[
Expand Down

0 comments on commit 4d028f9

Please sign in to comment.