view tool_data_table_conf.xml.sample @ 13:386220cf6877 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 2bd06c2b43c295fb4cf172c4f156fed5475855a4
author iuc
date Sat, 19 May 2018 03:53:55 -0400
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>