Mercurial > repos > iuc > featurecounts
comparison tool_data_table_conf.xml.sample @ 11:d0beb2753aba draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/featurecounts commit 4c095ddb0f2c369d2bf3fc5ca386f6981a2fa0eb
| author | iuc |
|---|---|
| date | Fri, 16 Mar 2018 14:05:39 -0400 |
| parents | 711c80e57384 |
| children |
comparison
equal
deleted
inserted
replaced
| 10:7d1e37c6ef85 | 11:d0beb2753aba |
|---|---|
| 2 <!-- Location of all GFF/GTF files --> | 2 <!-- Location of all GFF/GTF files --> |
| 3 <table name="gene_sets" comment_char="#"> | 3 <table name="gene_sets" comment_char="#"> |
| 4 <columns>value, dbkey, name, path</columns> | 4 <columns>value, dbkey, name, path</columns> |
| 5 <file path="tool-data/gene_sets.loc" /> | 5 <file path="tool-data/gene_sets.loc" /> |
| 6 </table> | 6 </table> |
| 7 <!-- Location of featureCounts built-in annotation keys--> | |
| 8 <table name="featurecounts_anno" comment_char="#"> | |
| 9 <columns>value, dbkey</columns> | |
| 10 <file path="tool-data/featurecounts_anno.loc" /> | |
| 11 </table> | |
| 7 </tables> | 12 </tables> |
