changeset 4:d6423655d2b5 draft

planemo upload for repository https://github.com/dfornika/galaxy/tree/master/tools/blast_report commit e8b469f0fed66159f07bfc3904b0c4bce9a16d09-dirty
author dfornika
date Thu, 12 Sep 2019 00:26:04 -0400
parents ca70ffc00185
children 0f048e2548cb
files blast_report.xml
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/blast_report.xml	Wed Sep 11 23:50:33 2019 -0400
+++ b/blast_report.xml	Thu Sep 12 00:26:04 2019 -0400
@@ -21,17 +21,17 @@
     <inputs>
         <param name="in_tab" type="data" format="tabular" label="Tabular BLAST results (extended 26 columns)"/>
         <param name="tmpl" type="select" optional="false" label="Report template">
-            <options from_file="bccdc_blast_report_templates.loc">
-                <column name="value" index="1"/>
-                <column name="name" index="0"/>
+            <options from_data_table="blast_report_templates">
+                <column name="value" index="0"/>
+                <column name="name" index="1"/>
             </options>
         </param>
         <param name="filter_pident" type="integer" min="90" max="100" value="97" label="Minimum percentage identity"/>
         <param name="filter_kws" type="text" size="50" label="Comma-separated list of description keyword filters" value="bovine,clone,environmental,swine,uncultivated,uncultured,unidentified"/>
         <param name="bins" type="select" label="Database bins" multiple="true" display="checkboxes">
             <options from_data_table="blast_report_bins">
-                <column name="value" index="1"/>
-                <column name="name" index="0"/>
+                <column name="value" index="0"/>
+                <column name="name" index="1"/>
             </options>
         </param>
         <!--<repeat name="hist_bins" title="History database bins">