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

Changeset 15:56162e446004 (2020-02-11)
Previous changeset 14:983552d5822d (2019-11-14) Next changeset 16:893655fa55f9 (2021-03-19)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/trinity commit f5736e63d4d4210c33eea4a1985508466c3c168d"
modified:
align_and_estimate_abundance.xml
macros.xml
b
diff -r 983552d5822d -r 56162e446004 align_and_estimate_abundance.xml
--- 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
b
@@ -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>
b
diff -r 983552d5822d -r 56162e446004 macros.xml
--- a/macros.xml Thu Nov 14 04:04:32 2019 -0500
+++ b/macros.xml Tue Feb 11 12:18:36 2020 -0500
b
@@ -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: