# HG changeset patch # User bgruening # Date 1499882710 14400 # Node ID 53e9709776a0da7c37013bf34a98b069095f4a71 # Parent 570e7e9c19a560190a6d127d7121eb0f322788e9 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3103ebed1a420c7d3415b67ef532ea579edf9faa diff -r 570e7e9c19a5 -r 53e9709776a0 salmon.xml --- a/salmon.xml Fri Jun 30 05:45:09 2017 -0400 +++ b/salmon.xml Wed Jul 12 14:05:10 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'] +