Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion chemicaltoolbox/sucos/sucos.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>- compare shape and feature overlap of docked ligand poses to a reference molecule</description>
<macros>
<import>sucos_macros.xml</import>
<token name="@GALAXY_VERSION@">1</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 chemicaltoolbox/sucos/sucos_cluster.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="1.3.0">scipy</requirement>
<requirement type="package" version="1.17.1">scipy</requirement>
</expand>
<command detect_errors="exit_code"><![CDATA[
python '$__tool_directory__/sucos_cluster.py'
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/sucos/sucos_macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">2020.03.4</token>
<token name="@TOOL_VERSION@">2025.09.6</token>
<xml name="citations">
<citations>
<citation type="doi">10.26434/chemrxiv.8100203.v1</citation>
Expand Down
Loading