# HG changeset patch # User bgruening # Date 1761938269 0 # Node ID 30d90b851d3c4aa59f736074a75387f697882cce # Parent f4e00897b3618262593db5eba0a0fdec42a252bc planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 3b330b885fde7c730c5d121f6b37e1d99d3721e1 diff -r f4e00897b361 -r 30d90b851d3c macros.xml --- a/macros.xml Wed Oct 29 10:46:26 2025 +0000 +++ b/macros.xml Fri Oct 31 19:17:49 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 ]]>