Skip to content

Commit

Permalink
Updating chemicaltoolbox/autodock_vina/docking from version 1.2.3 to …
Browse files Browse the repository at this point in the history
…1.2.5
  • Loading branch information
planemo-autoupdate committed Dec 4, 2023
1 parent f4a6b79 commit ab9fc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chemicaltoolbox/autodock_vina/docking/docking.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<tool id="docking" name="VINA Docking" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
<description>tool to perform protein-ligand docking with Autodock Vina</description>
<macros>
<token name="@TOOL_VERSION@">1.2.3</token>
<token name="@TOOL_VERSION@">1.2.5</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">vina</requirement>
<requirement type="package" version="3.9">python</requirement>
<requirement type="package" version="3.1.1">openbabel</requirement>
<requirement type="package" version="20211022">parallel</requirement>
<requirement type="package" version="20231122">parallel</requirement>
</requirements>
<command detect_errors="exit_code"><![CDATA[
#if $ligands.is_of_type("sdf")
Expand Down

0 comments on commit ab9fc61

Please sign in to comment.