comparison data_manager_conf.xml @ 15:367b0d693b0c draft default tip

Uploaded
author trinity_ctat
date Mon, 30 Apr 2018 16:17:37 -0400
parents 65a69144e53d
children
comparison
equal deleted inserted replaced
14:3bb91cebec5c 15:367b0d693b0c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <data_managers> 2 <data_managers>
3 <data_manager tool_file="data_manager/add_ctat_ref_lib.xml" id="ctat_genome_ref_lib_data_manager"> 3 <data_manager tool_file="data_manager/add_ctat_centrifuge_index.xml" id="ctat_centrifuge_index_data_manager">
4 <data_table name="ctat_genome_ref_libs"> 4 <data_table name="ctat_centrifuge_indexes">
5 <output> 5 <output>
6 <column name="value" /> 6 <column name="value" />
7 <!-- value is used to uniquely identify this entry in the table. 7 <!-- value is used to uniquely identify this entry in the table.
8 For now id is also the name of the environment variable that is used within tools to
9 access a CTAT Resource Library.
10 FIX - Need to get rid of that and use command line params...
11 --> 8 -->
12 <column name="name" /> 9 <column name="name" />
13 <!-- name is used as the selector in the pull down lists for items in this table. 10 <!-- name is used as the selector in the pull down lists for items in this table.
14 --> 11 -->
15 <column name="path" /> 12 <column name="path" />
16 <!-- path is the absolute path of the corresponding CTAT Genome Reference Library. 13 <!-- path is the absolute path of the directory containing the centrifuge index files.
17 --> 14 -->
18 <!-- <column name="path" output_ref="out_file"> --> 15 <!-- Same as the Genome Reference Library, we create the Centrifuge Index files where we want them.
19 <!-- It is typical to move the data file, but because our tool gets the destination 16 -->
20 location from the user, we do not want to move the data from that location.
21 The full path of the CTAT Resource library is returned in location.
22 So no need to change the value either.
23 -->
24 <!-- <move type="file" relativize_symlinks="False"> -->
25 <!--<source>${path}</source> -->
26 <!--<target base="${GALAXY_DATA_MANAGER_DATA_PATH}">ctat_genome_lib_build_dir</target> -->
27 <!--</move> -->
28 <!--
29 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/ctat_genome_lib_build_dir
30 </value_translation>
31 -->
32 <!-- The location returned by the tool should already be an absolute path.
33 <value_translation type="function">abspath</value_translation>
34 -->
35 <!--</column> -->
36 </output> 17 </output>
37 </data_table> 18 </data_table>
38 </data_manager> 19 </data_manager>
39 </data_managers> 20 </data_managers>