Skip to content

Commit 0174b85

Browse files
author
planemo-autoupdate
committed
Updating chemicaltoolbox/autodock_vina/docking from version 1.2.3 to 1.2.6
1 parent e87b82b commit 0174b85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chemicaltoolbox/autodock_vina/docking/docking.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<tool id="docking" name="VINA Docking" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
22
<description>tool to perform protein-ligand docking with Autodock Vina</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">1.2.3</token>
4+
<token name="@TOOL_VERSION@">1.2.6</token>
55
<token name="@GALAXY_VERSION@">0</token>
66
</macros>
77
<requirements>
88
<requirement type="package" version="@TOOL_VERSION@">vina</requirement>
99
<requirement type="package" version="3.9">python</requirement>
1010
<requirement type="package" version="3.1.1">openbabel</requirement>
11-
<requirement type="package" version="20211022">parallel</requirement>
11+
<requirement type="package" version="20241222">parallel</requirement>
1212
</requirements>
1313
<command detect_errors="exit_code"><![CDATA[
1414
#if $ligands.is_of_type("sdf")

0 commit comments

Comments
 (0)