# HG changeset patch
# User bgruening
# Date 1587829441 0
# Node ID 818b16dd05a1a644c74c50afedb72bca13e827f5
# Parent dc35ae3a672ecba58b56c452205d334147146499
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/salmon commit 30fe16f7d786e4b0c43b8333853fc56c59f6c664"
diff -r dc35ae3a672e -r 818b16dd05a1 macros.xml
--- a/macros.xml Tue Oct 15 11:58:54 2019 -0400
+++ b/macros.xml Sat Apr 25 15:44:01 2020 +0000
@@ -4,12 +4,10 @@
q6
- bzip2
- seqtk
+ seqtk
salmon
- samtools
+ samtools
vpolo
- numpy
pandas
scipy
@@ -286,6 +284,7 @@
10.1038/nmeth.4197
+
+
Perform dual-phase, reads or mapping-based estimation of transcript abundance from RNA-seq reads
macros.xml
@@ -12,15 +12,11 @@
@salalign@
#end if
@salquant@
- #if $quant_type.qtype == "reads":
- #if $quant_type.writeMappings:
- && samtools view -S -b ./output/samout.sam > ./output/bamout.bam
- #end if
+ #if $quant_type.qtype == "reads" and $quant_type.writeMappings:
+ && @bam_sort@ ./output/samout.sam
#end if
- #if $quant_type.qtype == "alignment":
- #if $quant_type.sampleOut:
- && samtools sort -@ 4 -o ./output/postSample_sorted.bam ./output/postSample.bam
- #end if
+ #if $quant_type.qtype == "alignment" and $quant_type.sampleOut:
+ && @bam_sort@ ./output/postSample.bam
#end if
]]>
@@ -48,7 +44,7 @@
quant_type['qtype'] == "reads" and quant_type['writeMappings']
-
+
quant_type['qtype'] == "alignment" and quant_type['sampleOut']