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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">1</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/distance_finder.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>- determine the minimum distances between a molecule and a set of 3D points</description>
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">1</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/macros.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<macros>
<token name="@TOOL_VERSION@">3.1.1</token>
<token name="@TOOL_VERSION@">3.2.1</token>

<xml name="requirements">
<requirements>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_addh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_convert.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<command detect_errors="aggressive">
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_depiction_svg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>of compounds</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="aggressive">
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">1</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_genProp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_grep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<options sanitize="False"/>
<expand macro="requirements"/>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_prepare_ligands.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>Tool to prepare ligands for docking with tools like Autodock Vina</description>
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">1</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<command detect_errors="aggressive"><![CDATA[
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_remDuplicates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">1</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<command detect_errors="aggressive">
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_remIons.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">3</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/ob_remSmall.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">1</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<command detect_errors="aggressive">
Expand Down
4 changes: 2 additions & 2 deletions chemicaltoolbox/openbabel/ob_spectrophore_search.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<description>- similarity search based on 1D chemical features</description>
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements">
<requirement type="package" version="1.19.1">numpy</requirement>
<requirement type="package" version="2.5.2">numpy</requirement>
</expand>
<required_files>
<include path="ob_spectrophore_search.py"/>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/remove_protonation_state.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism-->
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
2 changes: 1 addition & 1 deletion chemicaltoolbox/openbabel/subsearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<description>of fingerprint data sets</description>
<macros>
<import>macros.xml</import>
<token name="@GALAXY_VERSION@">2</token>
<token name="@GALAXY_VERSION@">0</token>
</macros>
<expand macro="requirements"/>
<required_files>
Expand Down
Loading