Mercurial > repos > jjohnson > defuse
diff 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 |
line wrap: on
line diff
--- a/data_manager_conf.xml Fri Jun 21 14:46:11 2013 -0500 +++ b/data_manager_conf.xml Mon Jun 24 07:01:48 2013 -0500 @@ -3,10 +3,10 @@ <data_manager tool_file="datamanager_create_reference.xml" id="data_manager_defuse_reference" > <data_table name="defuse_reference"> <!-- Defines a Data Table to be modified. --> <output> <!-- Handle the output of the Data Manager Tool --> - <column name="unique_id" /> <!-- columns that are going to be specified by the Data Manager Tool --> + <column name="value" /> <!-- columns that are going to be specified by the Data Manager Tool --> <column name="dbkey" /> <column name="name" /> - <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" --> + <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" --> <move type="directory"> <!-- Moving a file from the extra files path of "out_file" --> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/defuse</target> <!-- Target Location to store the file, directories are created as needed --> </move>