Skip to content

Commit

Permalink
Merge pull request #423 from galaxyproject/add-expression-tools
Browse files Browse the repository at this point in the history
Add expression tools
  • Loading branch information
afgane authored Jun 10, 2024
2 parents b6ca662 + 9de3819 commit 29dc806
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions galaxy/files/configs/tool_conf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
<tool file="${model_tools_path}/build_list.xml" />
<tool file="${model_tools_path}/extract_dataset.xml" />
</section>
<section id="expression_tools" name="Expression Tools">
<tool file="expression_tools/parse_values_from_file.xml"/>
<tool file="expression_tools/pick_value.xml"/>
</section>
<label id="general_text_label" text="General Text Tools" />
<section id="text_manipulation" name="Text Manipulation">
<tool file="filters/fixedValueColumn.xml" />
Expand Down

0 comments on commit 29dc806

Please sign in to comment.