Mercurial > repos > dchristiany > data_manager_proteore
comparison tool_data_table_conf.xml.sample @ 10:2f153b41b6fe draft
planemo upload commit e5e768b479ddc6b36270a1b5b0443a4c80d693bc-dirty
author | dchristiany |
---|---|
date | Tue, 23 Oct 2018 07:43:37 -0400 |
parents | 1c5a49b120b6 |
children | 4bb219eee10f |
comparison
equal
deleted
inserted
replaced
9:6c47b77d89d6 | 10:2f153b41b6fe |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tables> | 2 <tables> |
3 <table name='peptide_atlas' comment_char="#"> | 3 <table name='peptide_atlas' comment_char="#"> |
4 <columns>tissue,name,value</columns> | 4 <columns>id, name, tissue, value</columns> |
5 <file path="tool-data/peptide_atlas.loc"/> | 5 <file path="tool-data/peptide_atlas.loc"/> |
6 </table> | 6 </table> |
7 <table name="protein_atlas" comment_char="#"> | 7 <table name="protein_atlas" comment_char="#"> |
8 <columns>name, value, path</columns> | 8 <columns>id, name, value, path</columns> |
9 <file path="tool-data/protein_atlas.loc" /> | 9 <file path="tool-data/protein_atlas.loc" /> |
10 </table> | 10 </table> |
11 <table name="id_mapping" comment_char="#"> | 11 <table name="id_mapping" comment_char="#"> |
12 <columns>name, value, path</columns> | 12 <columns>id, name, value, path</columns> |
13 <file path="tool-data/id_mapping.loc" /> | 13 <file path="tool-data/id_mapping.loc" /> |
14 </table> | 14 </table> |
15 </tables> | 15 </tables> |