changeset 2:77d511dd305d draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 8edb33c5a457684fb6d191f6b58742b75c7ec60b-dirty
author wolma
date Thu, 17 Oct 2019 04:14:10 -0400
parents bf8b83d3d6f0
children
files tool_data_table_conf.xml.sample tool_data_table_conf.xml.test
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_data_table_conf.xml.sample	Thu Oct 17 04:03:08 2019 -0400
+++ b/tool_data_table_conf.xml.sample	Thu Oct 17 04:14:10 2019 -0400
@@ -1,6 +1,6 @@
 <tables>
     <table name="rnastar_index2_versioned" comment_char="#" allow_duplicate_entries="False">
-        <columns>value, dbkey, name, path, with-gtf, version</columns>
+        <columns>value, dbkey, name, path, with_gene_model, version</columns>
         <file path="tool-data/rnastar_index2_versioned.loc" />
     </table>
 </tables>
--- a/tool_data_table_conf.xml.test	Thu Oct 17 04:03:08 2019 -0400
+++ b/tool_data_table_conf.xml.test	Thu Oct 17 04:14:10 2019 -0400
@@ -1,7 +1,7 @@
 <tables>
     <!-- Location of rnastar indexes for testing -->
     <table name="rnastar_index2_versioned" comment_char="#" allow_duplicate_entries="False">
-        <columns>value, dbkey, name, path, with-gtf, version</columns>
+        <columns>value, dbkey, name, path, with_gene_model, version</columns>
         <file path="${__HERE__}/test-data/rnastar_index2_versioned.loc" />
     </table>
 </tables>