comparison tool_data_table_conf.xml.sample @ 6:20c4011e1458 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/snapatac2 commit e0f59fae19e57f54ae0c351a16dd1805d12aba1d
author iuc
date Tue, 25 Nov 2025 16:40:47 +0000
parents
children
comparison
equal deleted inserted replaced
5:c5c94e01a1b5 6:20c4011e1458
1 <tables>
2 <!-- Locations of all fasta files under genome directory -->
3 <table name="all_fasta" comment_char="#" allow_duplicate_entries="False">
4 <columns>value, dbkey, name, path</columns>
5 <file path="tool-data/all_fasta.loc" />
6 </table>
7 <!-- Locations of all gff files with annotations of genome builds -->
8 <table name="gene_sets" comment_char="#" allow_duplicate_entries="False">
9 <columns>value, dbkey, name, path</columns>
10 <file path="tool-data/gene_sets.loc" />
11 </table>
12 <!-- Locations of all meme files -->
13 <table name="meme" comment_char="#" allow_duplicate_entries="False">
14 <columns>value, name, path</columns>
15 <file path="tool-data/meme.loc" />
16 </table>
17 </tables>