# HG changeset patch # User bgruening # Date 1761938314 0 # Node ID 528052085629e87081fc78fec0dd9c944f494928 # Parent 4dbb23a9fcccb58d26ef72f9c0ce19a98e9c732e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3b330b885fde7c730c5d121f6b37e1d99d3721e1 diff -r 4dbb23a9fccc -r 528052085629 alevin.xml --- a/alevin.xml Wed Oct 29 10:47:09 2025 +0000 +++ b/alevin.xml Fri Oct 31 19:18:34 2025 +0000 @@ -62,24 +62,17 @@ #if $whitelist: --whitelist '${optional.whitelist}' #end if - #if $optional.numCellBootstraps: - --numCellBootstraps '${optional.numCellBootstraps}' - #end if - #if $optional.forceCells: - --forceCells '${optional.forceCells}' - #end if - #if $optional.expectCells: - --expectCells '${optional.expectCells}' - #end if + --numCellBootstraps '${optional.numCellBootstraps}' + --forceCells '${optional.forceCells}' + --expectCells '${optional.expectCells}' #if $optional.mrna: --mrna '${optional.mrna}' #end if #if $optional.rrna: --rrna '${optional.rrna}' #end if - #if $optional.keepCBFraction: - --keepCBFraction '${optional.keepCBFraction}' - #end if + --minScoreFraction '${optional.minScoreFraction}' + --keepCBFraction '${optional.keepCBFraction}' ${optional.noDedup} #if 'dumpBfh' in $output_files: --dumpBfh @@ -91,12 +84,8 @@ --dumpUmiGraph #end if ${optional.dumpMtx} - #if $optional.maxNumBarcodes: - --maxNumBarcodes '${optional.maxNumBarcodes}' - #end if - #if $optional.freqThreshold: - --freqThreshold '${optional.freqThreshold}' - #end if + --maxNumBarcodes '${optional.maxNumBarcodes}' + --freqThreshold '${optional.freqThreshold}' ## && gunzip output/alevin/quants_tier_mat.gz -> the output is binary file #if $optional.dumpMtx != "--dumpMtx": && python '$__tool_directory__/vpolo_convert.py' -m @@ -180,14 +169,17 @@ - - + + - - + + + + + + - + @@ -271,7 +263,7 @@ - + @@ -310,7 +302,7 @@ - + diff -r 4dbb23a9fccc -r 528052085629 macros.xml --- a/macros.xml Wed Oct 29 10:47:09 2025 +0000 +++ b/macros.xml Fri Oct 31 19:18:34 2025 +0000 @@ -1,6 +1,6 @@ 1.10.1 - 3 + 4 q7 24.1 @@ -26,7 +26,7 @@ - + @@ -68,7 +68,7 @@ - + @@ -91,7 +91,7 @@ -
+
@@ -108,188 +108,95 @@
- + - - - - - - - - - + + + + + + + + + + - - - + + + + + - + - - + - - - - - - + + + + + + - - - - - + + + + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
@@ -390,31 +297,16 @@ ${quant_type.discardOrphansQuasi} ${quant_type.validmap.validateMappings} #if $quant_type.validmap.validateMappings: - #if $quant_type.validmap.minScoreFraction: - --minScoreFraction '${quant_type.validmap.minScoreFraction}' - #end if - #if $quant_type.validmap.maxMMPExtension: - --maxMMPExtension '${quant_type.validmap.maxMMPExtension}' - #end if - #if $quant_type.validmap.matchScore: - --ma '${$quant_type.validmap.matchScore}' - #end if - #if $quant_type.validmap.mismatchPenalty: - --mp '${$quant_type.validmap.mismatchPenalty}' - #end if - #if $quant_type.validmap.gapOpenPenalty: - --go '${$quant_type.validmap.gapOpenPenalty}' - #end if - #if $quant_type.validmap.gapExtensionPenalty: - --ge '${$quant_type.validmap.gapExtensionPenalty}' - #end if + --minScoreFraction '${quant_type.validmap.minScoreFraction}' + --ma '${$quant_type.validmap.matchScore}' + --mp '${$quant_type.validmap.mismatchPenalty}' + --go '${$quant_type.validmap.gapOpenPenalty}' + --ge '${$quant_type.validmap.gapExtensionPenalty}' ${$quant_type.validmap.mimicBT2} ${$quant_type.validmap.mimicStrictBT2} ${$quant_type.validmap.hardFilter} #end if - #if $quant_type.consensusSlack: - --consensusSlack '${quant_type.consensusSlack}' - #end if + --consensusSlack '${quant_type.consensusSlack}' ${quant_type.dovetail} ${quant_type.recoverOrphans} ${quant_type.bam_options.writeMappings} @@ -422,9 +314,6 @@ ${quant_type.bam_options.writeQualities} #end if ${quant_type.consistentHits} - #if $quant_type.quasiCoverage: - --quasiCoverage '${quant_type.quasiCoverage}' - #end if ]]>