changeset 10:65fd47e945fe draft default tip

Uploaded
author triasteran
date Tue, 14 Feb 2023 12:25:12 +0000
parents 11e3691f9260
children
files create_ribosome_profile/create_ribosome_profile.xml create_ribosome_profile/tool-data/builtin_fastas.loc.sample create_ribosome_profile/tool_data_table_conf.xml.sample
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/create_ribosome_profile/create_ribosome_profile.xml	Mon Feb 13 15:18:47 2023 +0000
+++ b/create_ribosome_profile/create_ribosome_profile.xml	Tue Feb 14 12:25:12 2023 +0000
@@ -1,4 +1,4 @@
-<tool id="create_ribosome_profiles" name="Create Ribosome Profiles" version="1.1a">
+<tool id="create_ribosome_profiles" name="Create Ribosome Profiles" version="1.1b">
     <description>Produce a Sorted BED File of A-Site profiles of RPFs.</description>
     <requirements>
         <requirement type="package" version="1.79">biopython</requirement>
@@ -21,7 +21,7 @@
             </param>
             <when value="builtin">
                 <param name="input1_builtin" type="select" format="fasta" label="Select a reference" help="if your reference of interest is not listed - contact RiboGalaxy team">
-                    <options from_data_table="builtin_fastas2">
+                    <options from_data_table="builtin_fastas3">
                         <filter type="sort_by" column="2" />
                         <validator type="no_options" message="No built-ins are available" />
                     </options>
--- a/create_ribosome_profile/tool-data/builtin_fastas.loc.sample	Mon Feb 13 15:18:47 2023 +0000
+++ b/create_ribosome_profile/tool-data/builtin_fastas.loc.sample	Tue Feb 14 12:25:12 2023 +0000
@@ -1,5 +1,5 @@
 mus_musculus_m28	m28	Mus musculus (m28) Genome	/mnt/data/indices/bowtie/genome/mus_musculus_m28/mus_musculus_m28.fa
-mus_musculus_m10	m10	Mus musculus (m28) Genome	/mnt/data/indices/bowtie/genome/mus_musculus_m28/mus_musculus_m10.fa
+mus_musculus_m10	m10	Mus musculus (m10) Genome	/mnt/data/indices/bowtie/genome/mus_musculus_m10/mus_musculus_m10.fa
 drosophila_melanogaster_dm6	dm6	Drosophila melanogaster (dm6) Genome	/mnt/data/indices/bowtie/genome/drosophila_melanogater_dm6/dm6.fa
 sacCer_9	sacCer9	Saccharomyces cerevisiae (v9) Genome	/mnt/data/indices/bowtie/genome/sacCer_9/S288C_reference_sequence_R9-1-1_19990210.fsa
 sarCer_3	sacCer3	Saccharomyces cerevisiae (v3) Genome	/mnt/data/indices/bowtie/genome/sacCer_3_gwips/sacCer3_genome.fa
--- a/create_ribosome_profile/tool_data_table_conf.xml.sample	Mon Feb 13 15:18:47 2023 +0000
+++ b/create_ribosome_profile/tool_data_table_conf.xml.sample	Tue Feb 14 12:25:12 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="builtin_fastas2" comment_char="#">
+    <table name="builtin_fastas3" comment_char="#">
         <columns>value, dbkey, name, path</columns>
         <file path="tool-data/builtin_fastas.loc" />
     </table>