# HG changeset patch # User bgruening # Date 1499882745 14400 # Node ID 20007d82ae2de44959756fd7e72966921890bf84 # Parent aa4332ee7d1d5c71d2442cb70a9832aff20af8a5 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa diff -r aa4332ee7d1d -r 20007d82ae2d salmon.xml --- a/salmon.xml Fri Jun 30 05:44:51 2017 -0400 +++ b/salmon.xml Wed Jul 12 14:05:45 2017 -0400 @@ -132,7 +132,6 @@ #if $adv.forgettingFactor: --forgettingFactor $adv.forgettingFactor #end if - $adv.writeMappings #if str($adv.maxOcc): --maxOcc $adv.maxOcc #end if @@ -167,6 +166,9 @@ --vbPrior $adv.vbPrior #end if $adv.writeUnmappedNames + #if str($adv.writeMappings): + $adv.writeMappings > ${output_sam} + #end if ]]> @@ -239,7 +241,7 @@
+ help="If this option is set to 'Yes', then the quasi-mapping results will be written out in SAM-compatible format. By default, output is directed to stdout." /> @@ -336,6 +338,9 @@ geneMap + + adv['writeMappings'] +