Repository 'rna_starsolo'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/rna_starsolo

Changeset 1:e613048778d9 (2019-08-17)
Previous changeset 0:e3c94e2933c9 (2019-08-15) Next changeset 2:3a1253ee137b (2019-08-27)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 2911002ccd79fe062f6346ee5699ea262f92f04f"
modified:
macros.xml
test-data/rnastar_index2_versioned.loc
b
diff -r e3c94e2933c9 -r e613048778d9 macros.xml
--- a/macros.xml Thu Aug 15 01:53:49 2019 -0400
+++ b/macros.xml Sat Aug 17 09:37:54 2019 -0400
b
@@ -21,7 +21,7 @@
         </requirements>
     </xml>
 
-    <xml name="index_selection" token_with_gene_model="1">
+    <xml name="index_selection" token_with_gene_model="0">
         <param argument="--genomeDir" name="genomeDir" type="select"
         label="Select reference genome"
         help="If your genome of interest is not listed, contact the Galaxy team">
@@ -127,15 +127,15 @@
                     <param name="GTFselect" type="select"
                            label="Reference genome with or without an annotation"
                            help="Select the '... with builtin gene-model' option to select from the list of available indexes that were built with splice junction information. Select the '... without builtin gene-model' option to select from the list of available indexes without annotated splice junctions.">
-                        <option value="without-gtf">use genome reference with builtin gene-model</option>
-                        <option value="with-gtf">use genome reference without builtin gene-model</option>
+                        <option value="without-gtf" selected='true'>use genome reference without builtin gene-model</option>
+                        <option value="with-gtf">use genome reference with builtin gene-model</option>
                     </param>
                     <when value="with-gtf">
-                        <expand macro="index_selection" with_gene_model="0" />
+                        <expand macro="index_selection" with_gene_model="1" />
                         <expand macro="@SJDBOPTIONS@" />
                     </when>
                     <when value="without-gtf">
-                        <expand macro="index_selection" with_gene_model="1" />
+                        <expand macro="index_selection" with_gene_model="0" />
                     </when>
                 </conditional>
             </when>
b
diff -r e3c94e2933c9 -r e613048778d9 test-data/rnastar_index2_versioned.loc
--- a/test-data/rnastar_index2_versioned.loc Thu Aug 15 01:53:49 2019 -0400
+++ b/test-data/rnastar_index2_versioned.loc Sat Aug 17 09:37:54 2019 -0400
b
@@ -1,4 +1,4 @@
 ##STAR versioned indexes
 #build_id dbkey display_name path with_gene_model version
 000 ? test_index ${__HERE__}/test-cache/tophat-test 0 2.7.1a
-001 ? test_index2 ${__HERE__}/test-cache/tophat-test 1 2.7.1a
+001 ? test_index_with_gene_model ${__HERE__}/test-cache/tophat-test 1 2.7.1a