Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating chemicaltoolbox/chembl from version 0.10.1 to 0.10.9 #1238

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions chemicaltoolbox/chembl/chembl.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<tool id="chembl" name="Search ChEMBL database" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
<description>for compounds which are similar to a SMILES string</description>
<macros>
<token name="@TOOL_VERSION@">0.10.1</token>
<token name="@GALAXY_VERSION@">4</token>
<token name="@TOOL_VERSION@">0.10.9</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<requirements>
<requirement type="package" version="@TOOL_VERSION@">chembl_webresource_client</requirement>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/chembl/chembl_structure_pipeline.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<tool id="chembl_structure_pipeline" name="ChEMBL structure pipeline" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
<description>for curation and standardizing of molecular structures</description>
<macros>
<token name="@TOOL_VERSION@">1.0.0</token>
<token name="@TOOL_VERSION@">1.2.0</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<requirements>
Expand Down
Loading