Mercurial > repos > iuc > data_manager_celltypist_models
comparison data_manager_conf.xml @ 0:92f55460a4eb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/data_managers/data_manager_celltypist_models commit c2ec745fbeb5e03e8c4e111c87c85823ebe08b43
| author | iuc |
|---|---|
| date | Tue, 10 Mar 2026 20:01:24 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:92f55460a4eb |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/celltypist_model_downloader.xml" id="data_manager_celltypist_models"> | |
| 4 <data_table name="celltypist_models"> | |
| 5 <output> | |
| 6 <column name="value" /> | |
| 7 <column name="name" /> | |
| 8 <column name="date" /> | |
| 9 <column name="path" output_ref="out_file"> | |
| 10 <move type="file" relativize_symlinks="True"> | |
| 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}/celltypist" /> | |
| 12 </move> | |
| 13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/celltypist</value_translation> | |
| 14 <value_translation type="function">abspath</value_translation> | |
| 15 </column> | |
| 16 </output> | |
| 17 </data_table> | |
| 18 </data_manager> | |
| 19 </data_managers> |
