https://github.com/galaxyproject/tools-iuc
Raw File
Tip revision: 13aa776596c927adff29d936740ac80f0e37375d authored by Saim Momin on 21 May 2024, 15:47:20 UTC
Updated the input dataypes for pairtools parse + minor changes (#6020)
Tip revision: 13aa776
tool_data_table_conf.xml.test
<tables>
    <!-- Location of index files for malt_build version 0.5.3 and higher -->
    <table name="malt_indices" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="${__HERE__}/test-data/malt_indices.loc" />
    </table>
    <!-- Locations of all fasta files under genome directory -->
    <table name="all_fasta" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="${__HERE__}/test-data/all_fasta.loc" />
    </table>
</tables>
back to top