changeset 2:f8564e97ccd9 draft

planemo upload commit 0b1eade34b6a060e03f13ec92771694e8fc249d0-dirty
author proteore
date Fri, 24 Aug 2018 04:35:33 -0400
parents e4d9a4ab1930
children dbbc5b3ecdc1
files tool-data/human_id_mapping.loc.sample tool-data/id_mapping.loc.sample tool_data_table_conf.xml.sample
diffstat 3 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool-data/human_id_mapping.loc.sample	Wed Aug 22 10:28:02 2018 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-#This file lists the locations of reference file for id_converter tool
-#human_id_mapping	Human (homo sapiens)	path/to/directory/human_id_mapping_file.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool-data/id_mapping.loc.sample	Fri Aug 24 04:35:33 2018 -0400
@@ -0,0 +1,4 @@
+#This file lists the locations of reference file for id_converter tool
+human_id_mapping	Human (homo sapiens)	tool-data/human_id_mapping_file.tsv
+mouse_id_mapping	Mouse (Mus musculus)	tool-data/mouse_id_mapping.tsv
+
--- a/tool_data_table_conf.xml.sample	Wed Aug 22 10:28:02 2018 -0400
+++ b/tool_data_table_conf.xml.sample	Fri Aug 24 04:35:33 2018 -0400
@@ -1,7 +1,7 @@
 <tables>
-    <!-- Location of reference file for id_converter -->
-    <table name="human_id_mapping" comment_char="#">
-      <columns>name, value, path</columns>
-      <file path="tool-data/human_id_mapping.loc" />
+    <!-- Location of ID Mapping files for id_converter-->
+    <table name="id_mapping_file" comment_char="#">
+        <columns>value, name, path</columns>
+        <file path="tool-data/id_mapping.loc" />
     </table>
 </tables>
\ No newline at end of file