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

Changeset 24:61ee47027bd3 (2018-11-15)
Previous changeset 23:6daca6da3059 (2018-09-05) Next changeset 25:3fb01a8c902d (2019-01-26)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hisat2 commit 67cc9b86dcb40c7691cc85b77428117be25d6046
modified:
hisat2.xml
b
diff -r 6daca6da3059 -r 61ee47027bd3 hisat2.xml
--- a/hisat2.xml Wed Sep 05 09:04:02 2018 -0400
+++ b/hisat2.xml Thu Nov 15 10:31:25 2018 -0500
b
@@ -290,7 +290,9 @@
 ## Reporting options
 
 #if str($adv.reporting_options.reporting_options_selector) == "advanced":
-    -k ${adv.reporting_options.max_primary}
+    #if str($adv.reporting_options.max_primary) != '':
+        -k ${adv.reporting_options.max_primary}
+    #end if
 #end if
 
 
@@ -613,6 +615,7 @@
             <param name="history_item" ftype="fasta" value="phiX.fa" />
             <param name="input_1" ftype="fastqsanger" value="hisat_input_1_forward.fastq" />
             <param name="input_2" ftype="fastqsanger" value="hisat_input_1_reverse.fastq" />
+            <param name="adv|reporting_options|reporting_options_selector" value="advanced"/>
             <output name="output_alignments" file="hisat_output_1.bam" ftype="bam" lines_diff="2" />
         </test>
         <!-- Ensure advanced scoring options work -->