Mercurial > repos > proteore > proteore_data_manager
diff data_manager_conf.xml @ 3:18d3b1ea7a18 draft
planemo upload commit c6e1fd1f68e81ce9eea6ad66adee21070f2893ef-dirty
| author | proteore |
|---|---|
| date | Wed, 06 Mar 2019 09:50:27 -0500 |
| parents | 0915249b8c4b |
| children | f281a1eb83d6 |
line wrap: on
line diff
--- a/data_manager_conf.xml Wed Mar 06 08:57:43 2019 -0500 +++ b/data_manager_conf.xml Wed Mar 06 09:50:27 2019 -0500 @@ -48,8 +48,8 @@ <output> <column name="id" /> <column name="name" /> - <column name="value" /> - <column name="path" output_ref="output" > + <column name="species" /> + <column name="value" output_ref="output" > <move type="file"> <!--source>${path}</source--> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">id_mapping/</target> @@ -63,8 +63,8 @@ <output> <column name="id" /> <column name="name" /> - <column name="value" /> - <column name="path" output_ref="output" > + <column name="species" /> + <column name="value" output_ref="output" > <move type="file"> <!--source>${path}</source--> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">id_mapping/</target> @@ -78,8 +78,8 @@ <output> <column name="id" /> <column name="name" /> - <column name="value" /> - <column name="path" output_ref="output" > + <column name="species" /> + <column name="value" output_ref="output" > <move type="file"> <!--source>${path}</source--> <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">id_mapping/</target>
