Mercurial > repos > iuc > data_manager_nextclade
comparison data_manager_conf.xml @ 0:6e64cb3d2b1d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_nextclade commit 3d6dabd066dcbe31cfa38fbfac340e253d8a984d
| author | iuc |
|---|---|
| date | Sat, 30 Jul 2022 08:09:07 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6e64cb3d2b1d |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <data_managers> | |
| 3 <data_manager tool_file="data_manager/nextclade_dm.xml" id="data_manager_nextclade"> | |
| 4 <data_table name="nextclade"> | |
| 5 <output> | |
| 6 <column name="value" /> | |
| 7 <column name="database_name" /> | |
| 8 <column name="description" /> | |
| 9 <column name="min_nextclade_version" /> | |
| 10 <column name="date" /> | |
| 11 <column name="path" output_ref="output_file" > | |
| 12 <!-- note: the Python script sanitises the possibly user-supplied scheme name ('value') --> | |
| 13 <move type="directory" relativize_symlinks="True"> | |
| 14 <source>${path}</source> | |
| 15 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">nextclade/#echo str($value).replace(':', '-')#</target> | |
| 16 </move> | |
| 17 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/nextclade/#echo str($value).replace(':', '-')#</value_translation> | |
| 18 <value_translation type="function">abspath</value_translation> | |
| 19 </column> | |
| 20 </output> | |
| 21 </data_table> | |
| 22 </data_manager> | |
| 23 </data_managers> |
