annotate data_manager_conf.xml @ 12:1ebf39dd0dca draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit e9e2b5f5d422c1ff2f4db1ef83eb585ae3815517
author galaxyp
date Mon, 26 Jun 2017 17:13:02 -0400
parents 9fec6c7f46eb
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
1 <?xml version="1.0"?>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
2 <data_managers>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
3
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
4 <data_manager tool_file="data_manager/customProDB_annotation.xml" id="custom_pro_db_annotation_builder" version="0.0.1">
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
5 <data_table name="customProDB">
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
6 <output>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
7 <column name="value" />
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
8 <column name="dbkey" />
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
9 <column name="name" />
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
10 <column name="path" output_ref="out_file" >
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
11 <move type="directory" relativize_symlinks="True">
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
12 <!-- <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 -->
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
13 <target base="${GALAXY_DATA_MANAGER_DATA_PATH}">${dbkey}/customProDB</target>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
14 </move>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
15 <value_translation>${GALAXY_DATA_MANAGER_DATA_PATH}/${dbkey}/customProDB</value_translation>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
16 <value_translation type="function">abspath</value_translation>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
17 </column>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
18 </output>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
19 </data_table>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
20 </data_manager>
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
21
9fec6c7f46eb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/custom_pro_db commit 7115cf54f290b51b6a791f9ae288dd907a31fb0a
galaxyp
parents: 3
diff changeset
22 </data_managers>