Mercurial > repos > iuc > bedtools
comparison tool_data_table_conf.xml.test @ 61:9f6bd4c9479f draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit db0b91a784ca0c216345bc488d7d488babf1b53f"
| author | iuc |
|---|---|
| date | Fri, 01 Apr 2022 19:00:48 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 60:36d57dc82aa6 | 61:9f6bd4c9479f |
|---|---|
| 1 <tables> | |
| 2 <!-- Locations of all sam indexes under genome directory --> | |
| 3 <table name="fasta_indexes" comment_char="#"> | |
| 4 <columns>value, dbkey, name, path</columns> | |
| 5 <file path="${__HERE__}/test-data/fasta_indexes.loc" /> | |
| 6 </table> | |
| 7 <!-- Locations of all gff files with annotations of genome builds --> | |
| 8 <table name="all_gff" comment_char="#"> | |
| 9 <columns>value, dbkey, name, path</columns> | |
| 10 <file path="${__HERE__}/test-data/all_gff.loc" /> | |
| 11 </table> | |
| 12 <!-- Locations of dbkeys and len files under genome directory --> | |
| 13 <table name="__dbkeys__" comment_char="#"> | |
| 14 <columns>value, name, len_path</columns> | |
| 15 <file path="${__HERE__}/test-data/dbkeys.loc" /> | |
| 16 </table> | |
| 17 </tables> |
