annotate data_manager_conf.xml @ 47:fb13fae2c873 draft

adding a print statement.
author trinity_ctat
date Thu, 25 Oct 2018 21:18:27 -0400
parents 76f2367996b8
children 0e3e4f24e300
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
44
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
1 <?xml version="1.0"?>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
2 <data_managers>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
3 <data_manager tool_file="data_manager/add_ctat_resource_lib.xml" id="ctat_genome_resource_libs_data_manager">
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
4 <data_table name="ctat_genome_resource_libs">
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
5 <output>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
6 <column name="value" />
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
7 <!-- value is used to uniquely identify this entry in the table.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
8 -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
9 <column name="name" />
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
10 <!-- name is used as the selector in the pull down lists for items in this table.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
11 -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
12 <column name="path" />
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
13 <!-- path is the absolute path of the top level directory of the CTAT Genome Resource Library.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
14 -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
15 <!-- <column name="path" output_ref="out_file"> -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
16 <!-- It is typical to move the data file, but because our tool gets the destination
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
17 location from the user, we do not want to move the data from that location.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
18 The full path of the CTAT Resource library is returned in location.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
19 So no need to change the value either.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
20 The files are so big we do not want to be making copies of them.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
21 They are created where we want them.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
22 -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
23 <!-- <move type="file" relativize_symlinks="False"> -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
24 <!--<source>${path}</source> -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
25 <!--<target base="${GALAXY_DATA_MANAGER_DATA_PATH}">ctat_genome_lib_build_dir</target> -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
26 <!--</move> -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
27 <!--
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
28 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/ctat_genome_lib_build_dir
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
29 </value_translation>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
30 -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
31 <!-- The location returned by the tool should already be an absolute path.
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
32 <value_translation type="function">abspath</value_translation>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
33 -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
34 <!--</column> -->
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
35 </output>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
36 </data_table>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
37 </data_manager>
76f2367996b8 Uploaded
trinity_ctat
parents:
diff changeset
38 </data_managers>