changeset 20:d93f47e97f98 draft

Uploaded
author jackcurragh
date Fri, 10 Feb 2023 10:07:34 +0000
parents 75f8e498d26f
children 494b4d7145a9
files bowtie_transcriptome_wrapper/bowtie_transcriptomic_wrapper.xml bowtie_transcriptome_wrapper/tool_data_table_conf.xml.sample
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/bowtie_transcriptome_wrapper/bowtie_transcriptomic_wrapper.xml	Fri Feb 10 09:14:27 2023 +0000
+++ b/bowtie_transcriptome_wrapper/bowtie_transcriptomic_wrapper.xml	Fri Feb 10 10:07:34 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="bowtie_trans_wrapper" name="Bowtie Transcriptome Alignment" version="1.7.5">
+<tool id="bowtie_trans_wrapper" name="Bowtie Transcriptome Alignment" version="1.7.6">
   <description>Align to Transcriptome using Bowtie</description>
   <requirements>
     <requirement type="package" version="1.2.0">bowtie</requirement>
@@ -162,7 +162,7 @@
       </param>
       <when value="indexed">
         <param name="index" type="select" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team">
-          <options from_data_table="bowtie_transcriptome_indexes_3">
+          <options from_data_table="bowtie_transcriptome_indexes_4">
             <filter type="sort_by" column="2" />
             <validator type="no_options" message="No indexes are available" />
           </options>
@@ -431,7 +431,7 @@
         <conditional name="refGenomeSource.genomeSource">
           <when value="indexed">
             <action type="metadata" name="dbkey">
-              <option type="from_data_table" name="bowtie_transcriptome_indexes_3" column="1" offset="0">
+              <option type="from_data_table" name="bowtie_transcriptome_indexes_4" column="1" offset="0">
                 <filter type="param_value" column="0" value="#" compare="startswith" keep="False"/>
                 <filter type="param_value" ref="refGenomeSource.index" column="0"/>
               </option>
--- a/bowtie_transcriptome_wrapper/tool_data_table_conf.xml.sample	Fri Feb 10 09:14:27 2023 +0000
+++ b/bowtie_transcriptome_wrapper/tool_data_table_conf.xml.sample	Fri Feb 10 10:07:34 2023 +0000
@@ -1,7 +1,7 @@
 <!-- Use the file tool_data_table_conf.xml.oldlocstyle if you don't want to update your loc files as changed in revision 4550:535d276c92bc-->
 <tables>
     <!-- Locations of indexes in the Bowtie mapper format -->
-    <table name="bowtie_transcriptome_indexes_3" comment_char="#">
+    <table name="bowtie_transcriptome_indexes_4" comment_char="#">
         <columns>value, dbkey, name, path</columns>
         <file path="tool-data/bowtie_transcriptome_indexes.loc" />
     </table>