annotate data_manager_conf.xml @ 0:a964ea1aac78 draft default tip

planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
author galaxytrakr
date Thu, 26 Mar 2026 19:31:12 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
1 <?xml version="1.0"?>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
2 <data_managers>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
3 <data_manager tool_file="data_manager/data_manager_build_staramr_download.xml" id="data_manager_build_staramr_download">
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
4 <data_table name="staramr_database"> <!-- Defines a Data Table to be modified. -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
5 <output> <!-- Handle the output of the Data Manager Tool -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
6 <column name="value"/> <!-- columns that are going to be specified by the Data Manager Tool -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
7 <column name="name"/> <!-- columns that are going to be specified by the Data Manager Tool -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
8 <column name="path" output_ref="out_file">
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
9 <move type="directory">
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
10 <source>${path}</source>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">staramr/${path}</target>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
12 </move>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
13 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/staramr/${path}</value_translation>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
14 <value_translation type="function">abspath</value_translation>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
15 </column>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
16 <column name="resfinder_commit"/> <!-- columns that are going to be specified by the Data Manager Tool -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
17 <column name="pointfinder_commit"/> <!-- columns that are going to be specified by the Data Manager Tool -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
18 <column name="plasmidfinder_commit"/> <!-- columns that are going to be specified by the Data Manager Tool -->
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
19 </output>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
20 </data_table>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
21 </data_manager>
a964ea1aac78 planemo upload commit ba464c236e59b583ea262564bb7e2b21aa7353ff
galaxytrakr
parents:
diff changeset
22 </data_managers>