comparison data_manager_conf.xml @ 20:b649c729be4c

Change tool data table to defuse_reference
author Jim Johnson <jj@umn.edu>
date Mon, 24 Jun 2013 07:01:48 -0500
parents 1af6f32ff592
children 68494d6aabeb
comparison
equal deleted inserted replaced
19:1af6f32ff592 20:b649c729be4c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <data_managers> 2 <data_managers>
3 <data_manager tool_file="datamanager_create_reference.xml" id="data_manager_defuse_reference" > 3 <data_manager tool_file="datamanager_create_reference.xml" id="data_manager_defuse_reference" >
4 <data_table name="defuse_reference"> <!-- Defines a Data Table to be modified. --> 4 <data_table name="defuse_reference"> <!-- Defines a Data Table to be modified. -->
5 <output> <!-- Handle the output of the Data Manager Tool --> 5 <output> <!-- Handle the output of the Data Manager Tool -->
6 <column name="unique_id" /> <!-- columns that are going to be specified by the Data Manager Tool --> 6 <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool -->
7 <column name="dbkey" /> 7 <column name="dbkey" />
8 <column name="name" /> 8 <column name="name" />
9 <column name="config" output_ref="out_file" > <!-- The value of this column will be modified based upon data in "out_file". example value "phiX.fa" --> 9 <column name="path" output_ref="out_file" > <!-- The value of this column will be modified based upon data in "out_file". example value "phiX.fa" -->
10 <move type="directory"> <!-- Moving a file from the extra files path of "out_file" --> 10 <move type="directory"> <!-- Moving a file from the extra files path of "out_file" -->
11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/defuse</target> <!-- Target Location to store the file, directories are created as needed --> 11 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/defuse</target> <!-- Target Location to store the file, directories are created as needed -->
12 </move> 12 </move>
13 <!-- datamanager_create_reference.py should have copied the defuse config file to the working directory. 13 <!-- datamanager_create_reference.py should have copied the defuse config file to the working directory.
14 so if we put the ${dbkey}.config path in this column, defuse.xml can set the data_directory to this this directory. 14 so if we put the ${dbkey}.config path in this column, defuse.xml can set the data_directory to this this directory.