changeset 24:2cbb285cc54e

Fix typo in data_manager_conf.xml
author Jim Johnson <jj@umn.edu>
date Wed, 07 Aug 2013 12:00:42 -0500
parents e8fc5de0578b
children 2ecf82136986
files data_manager_conf.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/data_manager_conf.xml	Wed Aug 07 11:54:05 2013 -0500
+++ b/data_manager_conf.xml	Wed Aug 07 12:00:42 2013 -0500
@@ -8,7 +8,7 @@
                 <column name="name" />
                 <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" -->
-                        !-- <source>${path}</source>--> <!-- out_file.extra_files_path is used as base by default --> <!-- if no source, eg for type=directory, then refers to base -->
+                        <!-- <source>${path}</source>--> <!-- out_file.extra_files_path is used as base by default --> <!-- if no source, eg for type=directory, then refers to base -->
                         <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${value}/defuse</target> <!-- Target Location to store the file, directories are created as needed -->
                     </move>
                     <!-- datamanager_create_reference.py should have copied the defuse config file to the working directory.