view tool_data_table_conf.xml.sample @ 34:5dbff3a5845a draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit f27749b7d724cde23f3cdfe8c7275fb9222bda06
author iuc
date Sun, 22 Dec 2024 10:55:10 +0000
parents e803ca6407c0
children
line wrap: on
line source

<tables>
    <!-- Location of all GFF/GTF files -->
    <table name="gene_sets" comment_char="#">
        <columns>value, dbkey, name, path</columns>
        <file path="tool-data/gene_sets.loc" />
    </table>
    <!-- Location of featureCounts built-in annotation keys-->
    <table name="featurecounts_anno" comment_char="#">
        <columns>value, dbkey</columns>
        <file path="tool-data/featurecounts_anno.loc" />
    </table>
</tables>