diff trips_bam_to_sqlite/trips_bam_to_sqlite.xml @ 20:5948fc162f8c draft default tip

Uploaded
author jackcurragh
date Tue, 08 Aug 2023 11:00:26 +0000
parents d8cc5dbc9fa8
children
line wrap: on
line diff
--- a/trips_bam_to_sqlite/trips_bam_to_sqlite.xml	Mon Feb 13 11:56:57 2023 +0000
+++ b/trips_bam_to_sqlite/trips_bam_to_sqlite.xml	Tue Aug 08 11:00:26 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="bam_to_sqlite" name="BAM to Sqlite" version="1.8a">
+<tool id="bam_to_sqlite" name="BAM to Sqlite" version="1.7">
     <description>Convert BAM file to SQLITE for Trips-Viz</description>
     <requirements>
         <requirement type="package" version="0.19.0">pysam</requirement>
@@ -24,7 +24,7 @@
             </param>
             <when value="builtin">
                 <param name="input2_builtin" type="select" format="sqlite" label="Select a SQLITE" help="if your organism of interest is not listed - contact RiboGalaxy team">
-                    <options from_data_table="sqlites_upd1">
+                    <options from_data_table="sqlites">
                         <filter type="sort_by" column="2" />
                         <validator type="no_options" message="No built-ins are available" />
                     </options>
@@ -35,7 +35,7 @@
             </when>
         </conditional>
 
-        <param name="input3" type="text" label="Description of this sample" />
+        <param name="input3" type="text" label="Description of this sample (Required)"/>
     </inputs>
     <outputs>
        <data name="output1" format="sqlite"/>