Skip to content

Commit

Permalink
Add collection operations to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
davebx committed Dec 14, 2018
1 parent 55bd75a commit f207add
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions env/test/files/galaxy/config/tool_conf.xml
Expand Up @@ -36,6 +36,18 @@
<section id="liftOver" name="Lift-Over">
<tool file="extract/liftOver_wrapper.xml" />
</section>
<section id="collection_operations" name="Collection Operations">
<tool file="${model_tools_path}/unzip_collection.xml" labels="new" />
<tool file="${model_tools_path}/zip_collection.xml" labels="new" />
<tool file="${model_tools_path}/filter_failed_collection.xml" labels="new" />
<tool file="${model_tools_path}/flatten_collection.xml" labels="new" />
<tool file="${model_tools_path}/merge_collection.xml" labels="new" />
<tool file="${model_tools_path}/relabel_from_file.xml" />
<tool file="${model_tools_path}/filter_from_file.xml" />
<tool file="${model_tools_path}/sort_collection_list.xml" />
<tool file="${model_tools_path}/tag_collection_from_file.xml" />
<tool file="${model_tools_path}/apply_rules.xml" />
</section>
<section id="textutil" name="Text Manipulation">
<tool file="filters/fixedValueColumn.xml" />
<tool file="filters/catWrapper.xml" />
Expand Down

0 comments on commit f207add

Please sign in to comment.