changeset 15:56162e446004 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit f5736e63d4d4210c33eea4a1985508466c3c168d"
author iuc
date Tue, 11 Feb 2020 12:18:36 -0500
parents 983552d5822d
children 893655fa55f9
files align_and_estimate_abundance.xml macros.xml
diffstat 2 files changed, 1 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/align_and_estimate_abundance.xml	Thu Nov 14 04:04:32 2019 -0500
+++ b/align_and_estimate_abundance.xml	Tue Feb 11 12:18:36 2020 -0500
@@ -41,8 +41,6 @@
         --est_method $method.est_method
         #if $method.est_method == "RSEM":
             --aln_method $method.aln_method
-        #else if $method.est_method == "salmon":
-            --salmon_idx_type $method.salmon_idx_type
         #end if
 
         #if $inputs.paired_or_single == "paired":
@@ -133,10 +131,6 @@
                 </param>
             </when>
             <when value="salmon">
-                <param type="select" name="salmon_idx_type" argument="--salmon_idx_type" label="Index type">
-                    <option value="quasi">Quasi</option>
-                    <option value="fmd">FMD</option>
-                </param>
             </when>
             <when value="kallisto">
             </when>
--- a/macros.xml	Thu Nov 14 04:04:32 2019 -0500
+++ b/macros.xml	Tue Feb 11 12:18:36 2020 -0500
@@ -7,7 +7,7 @@
         </requirements>
     </xml>
 
-    <token name="@WRAPPER_VERSION@">2.8.5</token>
+    <token name="@WRAPPER_VERSION@">2.9.1</token>
 
     <token name="@COMMAND_PAIRED_STRAND_JACCARD@">
         #if $pool.inputs.strand.is_strand_specific: