# HG changeset patch # User bgruening # Date 1535054306 14400 # Node ID 6b0ba6de14249b47143a5ed043f5086dcd7e6912 # Parent e7e885f718fb8f5e6b7f73fb161a3b217f04f52e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 36a1b1d98fc042a232b227f3b012e24739922b56 diff -r e7e885f718fb -r 6b0ba6de1424 README.rst --- a/README.rst Wed May 30 03:19:09 2018 -0400 +++ b/README.rst Thu Aug 23 15:58:26 2018 -0400 @@ -1,10 +1,10 @@ Galaxy wrappers for salmon ===================================== -These wrappers are copyright 2014, updated 2016 by Björn Grüning, Mhd Ramez Alrawas and additional contributors. +These wrappers are copyright 2014, updated 2018 by Björn Grüning, Mhd Ramez Alrawas and additional contributors. All rights reserved. See the licence text below. -Currently tested with salmon 0.7.2. +Currently tested with salmon 0.11.2. Automated Installation @@ -23,6 +23,12 @@ v0.6.3.0 - First release -------- ---------------------------------------------------------------------- v0.7.2 - Second release +-------- ---------------------------------------------------------------------- +v0.8.2 - Third release +-------- ---------------------------------------------------------------------- +v0.9.1 - Fourth release +-------- ---------------------------------------------------------------------- +v0.11.2 - Fifth release ======== ====================================================================== diff -r e7e885f718fb -r 6b0ba6de1424 salmon.xml --- a/salmon.xml Wed May 30 03:19:09 2018 -0400 +++ b/salmon.xml Thu Aug 23 15:58:26 2018 -0400 @@ -17,7 +17,7 @@ - 0.9.1 + 0.11.2 @@ -47,9 +47,6 @@ --index './index' --type '$quasi_orphans.type' $perfectHash - #if str($sasamp): - --sasamp $sasamp - #end if #set $index_path = './index' #else: #set $index_path = $refTranscriptSource.index.fields.path @@ -122,6 +119,7 @@ --unmatedReads ./single.$ext #end if #else: + --libType "${single_or_paired.orientation}${single_or_paired.strandedness}" #if $single_or_paired.single_or_paired_opts == 'paired_interleaved': #if $compressed == 'BZ2': --mates1 <(bzcat < ./mate1.$ext | seqtk seq -1) @@ -142,16 +140,20 @@ --mates2 ./mate2.$ext #end if #end if - --libType "${single_or_paired.orientation}${single_or_paired.strandedness}" #end if --output ./output #if str($quasi_orphans.type) == 'quasi': --allowOrphans - #else: - $quasi_orphans.allowOrphans + $quasi_orphans.validateMappings + --ma $quasi_orphans.matchScore + --mp $quasi_orphans.mismatchPenalty + --go $quasi_orphans.gapOpenPenalty + --ge $quasi_orphans.gapExtensionPenalty + --minScoreFraction $quasi_orphans.minScoreFraction #end if $seqBias $gcBias + $noErrorModel --threads "\${GALAXY_SLOTS:-4}" --incompatPrior $adv.incompatPrior $adv.consistentHits @@ -173,9 +175,6 @@ #if $adv.forgettingFactor: --forgettingFactor $adv.forgettingFactor #end if - #if str($adv.maxOcc): - --maxOcc $adv.maxOcc - #end if $adv.initUniform $adv.noFragLengthDist $adv.noBiasLengthThreshold @@ -186,7 +185,7 @@ --geneMap ./geneMap.${geneMap.ext} #end if $adv.noEffectiveLengthCorrection - $adv.useVBOpt + $adv.useEM #if str($adv.numBiasSamples): --numBiasSamples $adv.numBiasSamples #end if @@ -202,11 +201,21 @@ #if str($adv.numBootstraps): --numBootstraps $adv.numBootstraps #end if + #if str($adv.consensusSlack): + --consensusSlack $adv.consensusSlack + #else: + #if $quasi_orphans.validateMappings: + --consensusSlack 1 + #else: + --consensusSlack 0 + #end if + #end if $adv.perTranscriptPrior #if $adv.vbPrior: --vbPrior $adv.vbPrior #end if $adv.writeUnmappedNames + --sigDigits $adv.sigDigits #if str($adv.writeMappings): $adv.writeMappings > ${output_sam} #end if @@ -263,21 +272,31 @@ - + + + + + + - - - - @@ -287,6 +306,9 @@ +
- @@ -346,7 +365,7 @@ help="[experimental] : Don't consider concordance with the learned fragment length distribution when trying to determine the probability that a fragment has originated from a specified location. Normally, Fragments with unlikely lengths will be assigned a smaller relative probability than those with more likely lengths. When this flag is passed in, the observed fragment length has no effect on that fragment's a priori probability." /> + help="This can increase the precision of bias correction, but harm robustness. The default correction applies a threshold." /> @@ -362,8 +381,8 @@ - + +
@@ -572,6 +597,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +