Skip to content

Commit

Permalink
Updating tools/mdanalysis from version 1.0.0 to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
planemo-autoupdate committed Dec 2, 2024
1 parent 3c6707a commit 32b26bb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tools/mdanalysis/extract_rmsd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>from MD ensemble with MDAnalysis</description>
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<command detect_errors="exit_code"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion tools/mdanalysis/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">1.0.0</token>
<token name="@TOOL_VERSION@">2.8.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">mdanalysis</requirement>
Expand Down
6 changes: 3 additions & 3 deletions tools/mdanalysis/ramachandran_auto_protein.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="0.10.0">seaborn</requirement>
<requirement type="package" version="2.10.0">h5py</requirement>
<requirement type="package" version="2.11.1">jinja2</requirement>
<requirement type="package" version="0.13.2">seaborn</requirement>
<requirement type="package" version="3.12.1">h5py</requirement>
<requirement type="package" version="3.1.4">jinja2</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/ramachandran_auto_protein.py'
Expand Down
8 changes: 4 additions & 4 deletions tools/mdanalysis/ramachandran_plots.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.5.2">scipy</requirement>
<requirement type="package" version="0.10.0">seaborn</requirement>
<requirement type="package" version="2.0.0">nbdime</requirement>
<requirement type="package" version="5.3.1">pyyaml</requirement>
<requirement type="package" version="1.14.1">scipy</requirement>
<requirement type="package" version="0.13.2">seaborn</requirement>
<requirement type="package" version="4.0.2">nbdime</requirement>
<requirement type="package" version="6.0.2">pyyaml</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/ramachandran_plots.py'
Expand Down

0 comments on commit 32b26bb

Please sign in to comment.