Skip to content

Commit 6a4c364

Browse files
authored
Merge pull request #1524 from mvdbeek/add_missing_collection_operation_tools
Add missing collection operation tools
2 parents 2e023b8 + 2f6d566 commit 6a4c364

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

planemo/galaxy/distro_tools.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"__BUILD_LIST__": ["${model_tools_path}/build_list.xml", "${model_tools_path}/build_list_1.2.0.xml"],
5656
"__EXTRACT_DATASET__": "${model_tools_path}/extract_dataset.xml",
5757
"__DUPLICATE_FILE_TO_COLLECTION__": "${model_tools_path}/duplicate_file_to_collection.xml",
58+
"__CROSS_PRODUCT_FLAT__": "${model_tools_path}/cross_product_flat.xml",
59+
"__CROSS_PRODUCT_NESTED__": "${model_tools_path}/cross_product_nested.xml",
60+
"__FILTER_NULL__": "${model_tools_path}/filter_null.xml",
61+
"__HARMONIZELISTS__": "${model_tools_path}/harmonize_two_collections_list.xml",
62+
"__KEEP_SUCCESS_DATASETS__": "${model_tools_path}/keep_success_collection.xml",
5863
"biomart": "data_source/biomart.xml",
5964
"Sff_extractor": "filters/sff_extractor.xml",
6065
"secure_hash_message_digest": "filters/secure_hash_message_digest.xml",

0 commit comments

Comments
 (0)