Skip to content

Commit 7ab441b

Browse files
authored
Merge pull request galaxyproject#1634 from mvdbeek/add-nest-collection-distro-tool
Add nest_collection and other recent distro tools
2 parents e1c288d + d9bda76 commit 7ab441b

1 file changed

Lines changed: 28 additions & 6 deletions

File tree

planemo/galaxy/distro_tools.py

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,22 +42,44 @@
4242
"__IMPORT_HISTORY__": "${model_tools_path}/imp_exp/imp_history_from_archive.xml",
4343
"__EXPORT_HISTORY__": "${model_tools_path}/imp_exp/exp_history_to_archive.xml",
4444
"__ZIP_COLLECTION__": "${model_tools_path}/zip_collection.xml",
45-
"__FILTER_FAILED_DATASETS__": "${model_tools_path}/filter_failed_collection.xml",
46-
"__FILTER_EMPTY_DATASETS__": "${model_tools_path}/filter_empty_collection.xml",
45+
"__FILTER_FAILED_DATASETS__": [
46+
"${model_tools_path}/filter_failed_collection.xml",
47+
"${model_tools_path}/filter_failed_collection_1.1.0.xml",
48+
],
49+
"__FILTER_EMPTY_DATASETS__": [
50+
"${model_tools_path}/filter_empty_collection.xml",
51+
"${model_tools_path}/filter_empty_collection_1.1.0.xml",
52+
],
4753
"__FLATTEN__": "${model_tools_path}/flatten_collection.xml",
4854
"__MERGE_COLLECTION__": "${model_tools_path}/merge_collection.xml",
4955
"__RELABEL_FROM_FILE__": "${model_tools_path}/relabel_from_file.xml",
50-
"__FILTER_FROM_FILE__": "${model_tools_path}/filter_from_file.xml",
56+
"__FILTER_FROM_FILE__": [
57+
"${model_tools_path}/filter_from_file.xml",
58+
"${model_tools_path}/filter_from_file_1.1.0.xml",
59+
],
5160
"__TAG_FROM_FILE__": "${model_tools_path}/tag_collection_from_file.xml",
5261
"__APPLY_RULES__": "${model_tools_path}/apply_rules.xml",
5362
"__BUILD_LIST__": ["${model_tools_path}/build_list.xml", "${model_tools_path}/build_list_1.2.0.xml"],
5463
"__EXTRACT_DATASET__": "${model_tools_path}/extract_dataset.xml",
5564
"__DUPLICATE_FILE_TO_COLLECTION__": "${model_tools_path}/duplicate_file_to_collection.xml",
5665
"__CROSS_PRODUCT_FLAT__": "${model_tools_path}/cross_product_flat.xml",
5766
"__CROSS_PRODUCT_NESTED__": "${model_tools_path}/cross_product_nested.xml",
58-
"__FILTER_NULL__": "${model_tools_path}/filter_null.xml",
59-
"__HARMONIZELISTS__": "${model_tools_path}/harmonize_two_collections_list.xml",
60-
"__KEEP_SUCCESS_DATASETS__": "${model_tools_path}/keep_success_collection.xml",
67+
"__FILTER_NULL__": [
68+
"${model_tools_path}/filter_null.xml",
69+
"${model_tools_path}/filter_null_1.1.0.xml",
70+
],
71+
"__HARMONIZELISTS__": [
72+
"${model_tools_path}/harmonize_two_collections_list.xml",
73+
"${model_tools_path}/harmonize_two_collections_list_1.0.0.xml",
74+
],
75+
"__KEEP_SUCCESS_DATASETS__": [
76+
"${model_tools_path}/keep_success_collection.xml",
77+
"${model_tools_path}/keep_success_collection_1.1.0.xml",
78+
],
79+
"__NEST__": "${model_tools_path}/nest_collection.xml",
80+
"__CONVERT_SAMPLE_SHEET__": "${model_tools_path}/convert_sample_sheet.xml",
81+
"__SAMPLE_SHEET_TO_TABULAR__": "${model_tools_path}/sample_sheet_to_tabular.xml",
82+
"__SPLIT_PAIRED_AND_UNPAIRED__": "${model_tools_path}/split_paired_and_unpaired.xml",
6183
"biomart": "data_source/biomart.xml",
6284
"Sff_extractor": "filters/sff_extractor.xml",
6385
"secure_hash_message_digest": "filters/secure_hash_message_digest.xml",

0 commit comments

Comments
 (0)