Mercurial > repos > brinkmanlab > microbedb
diff data_manager_conf.xml @ 7:6ad04790da12 draft
"planemo upload for repository https://github.com/brinkmanlab/galaxy-tools/tree/master/microbedb commit 86feecfffe799823fcbae7c56b04d4ef7c87117d"
author | brinkmanlab |
---|---|
date | Mon, 09 Nov 2020 23:15:23 +0000 |
parents | 5e94458c2dde |
children |
line wrap: on
line diff
--- a/data_manager_conf.xml Mon Nov 09 18:37:30 2020 +0000 +++ b/data_manager_conf.xml Mon Nov 09 23:15:23 2020 +0000 @@ -1,16 +1,20 @@ <?xml version="1.0"?> <data_managers> <data_manager id="microbedb_all_fasta" tool_file="all_fasta.xml" version="1.0.0"> - <!-- Defines a Data Table to be modified --> <data_table name="all_fasta"> - <!-- Handle the output of the Data Manager Tool --> <output> - <!-- Columns that will be specified by the Data Manager Tool --> <column name="value" /> <column name="dbkey" /> <column name="name" /> <column name="path" /> </output> </data_table> + <data_table name="__dbkeys__"> + <output> + <column name="value" /> + <column name="name" /> + <column name="len_path" /> + </output> + </data_table> </data_manager> </data_managers>