|
42 | 42 | "__IMPORT_HISTORY__": "${model_tools_path}/imp_exp/imp_history_from_archive.xml", |
43 | 43 | "__EXPORT_HISTORY__": "${model_tools_path}/imp_exp/exp_history_to_archive.xml", |
44 | 44 | "__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 | + ], |
47 | 53 | "__FLATTEN__": "${model_tools_path}/flatten_collection.xml", |
48 | 54 | "__MERGE_COLLECTION__": "${model_tools_path}/merge_collection.xml", |
49 | 55 | "__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 | + ], |
51 | 60 | "__TAG_FROM_FILE__": "${model_tools_path}/tag_collection_from_file.xml", |
52 | 61 | "__APPLY_RULES__": "${model_tools_path}/apply_rules.xml", |
53 | 62 | "__BUILD_LIST__": ["${model_tools_path}/build_list.xml", "${model_tools_path}/build_list_1.2.0.xml"], |
54 | 63 | "__EXTRACT_DATASET__": "${model_tools_path}/extract_dataset.xml", |
55 | 64 | "__DUPLICATE_FILE_TO_COLLECTION__": "${model_tools_path}/duplicate_file_to_collection.xml", |
56 | 65 | "__CROSS_PRODUCT_FLAT__": "${model_tools_path}/cross_product_flat.xml", |
57 | 66 | "__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", |
61 | 83 | "biomart": "data_source/biomart.xml", |
62 | 84 | "Sff_extractor": "filters/sff_extractor.xml", |
63 | 85 | "secure_hash_message_digest": "filters/secure_hash_message_digest.xml", |
|
0 commit comments