annotate tool_data_table_conf.xml.sample @ 5:7124d2c14e4b draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_picard_index_builder commit 096286097ed5cdf189a1b68c3fc34d10f4142e54
author iuc
date Sun, 16 Apr 2023 08:31:10 +0000
parents 00491eabe22b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
1 <tables>
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
2 <!-- Locations of all fasta files under genome directory -->
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
3 <table name="all_fasta" comment_char="#">
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
4 <columns>value, dbkey, name, path</columns>
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
5 <file path="tool-data/all_fasta.loc" />
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
6 </table>
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
7 <!-- Locations of indexes in the Picard dict format -->
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
8 <table name="picard_indexes" comment_char="#">
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
9 <columns>value, dbkey, name, path</columns>
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
10 <file path="tool-data/picard_index.loc" />
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
11 </table>
00491eabe22b planemo upload commit e4c87b7392ace0d6ac5ba2d926e1dd176f987985
devteam
parents:
diff changeset
12 </tables>