Mercurial > repos > proteore > proteore_id_converter
diff tool_data_table_conf.xml.sample @ 18:808eb70bd78d draft
planemo upload commit c4bd2548d69d84665adbcfae08c96cbd6aba61a1-dirty
| author | proteore |
|---|---|
| date | Wed, 06 Mar 2019 10:19:30 -0500 |
| parents | dce5d78877d5 |
| children | ba7e820efc95 |
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample Mon Jan 28 11:05:04 2019 -0500 +++ b/tool_data_table_conf.xml.sample Wed Mar 06 10:19:30 2019 -0500 @@ -1,7 +1,15 @@ <tables> <!-- Location of ID Mapping files for id_converter--> - <table name="proteore_id_mapping" comment_char="#"> - <columns>id, name, value, path</columns> - <file path="tool-data/proteore_id_mapping.loc" /> + <table name="proteore_id_mapping_Human" comment_char="#"> + <columns>id, name, species, value</columns> + <file path="tool-data/proteore_id_mapping_Human.loc" /> + </table> + <table name="proteore_id_mapping_Mouse" comment_char="#"> + <columns>id, name, species, value</columns> + <file path="tool-data/proteore_id_mapping_Mouse.loc" /> + </table> + <table name="proteore_id_mapping_Rat" comment_char="#"> + <columns>id, name, species, value</columns> + <file path="tool-data/proteore_id_mapping_Rat.loc" /> </table> </tables> \ No newline at end of file
