annotate data_manager_conf.xml @ 14:3bb91cebec5c draft

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