Mercurial > repos > iuc > snapatac2_plotting
view tool_data_table_conf.xml.sample @ 6:1ac4a5f05f33 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:41:12 +0000 |
| parents | |
| children |
line wrap: on
line source
<tables> <!-- Locations of all fasta files under genome directory --> <table name="all_fasta" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="tool-data/all_fasta.loc" /> </table> <!-- Locations of all gff files with annotations of genome builds --> <table name="gene_sets" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="tool-data/gene_sets.loc" /> </table> <!-- Locations of all meme files --> <table name="meme" comment_char="#" allow_duplicate_entries="False"> <columns>value, name, path</columns> <file path="tool-data/meme.loc" /> </table> </tables>
