# HG changeset patch # User iuc # Date 1568140104 14400 # Node ID 1692b1acebfdd16441405125fff4e318322f88aa # Parent 983ec27dce7c3f3fda1ccbd64e818700fdd34927 "planemo upload commit 5d3fc4232e0e036ac1ed9e2c36adc41d6af4987f" diff -r 983ec27dce7c -r 1692b1acebfd macros.xml --- a/macros.xml Tue Aug 27 17:11:11 2019 -0400 +++ b/macros.xml Tue Sep 10 14:28:24 2019 -0400 @@ -3,8 +3,6 @@ - - @@ -13,8 +11,15 @@ + + + + + + + diff -r 983ec27dce7c -r 1692b1acebfd umi-tools_dedup.xml --- a/umi-tools_dedup.xml Tue Aug 27 17:11:11 2019 -0400 +++ b/umi-tools_dedup.xml Tue Sep 10 14:28:24 2019 -0400 @@ -34,7 +34,7 @@ --in-sam #end if -I '$input_file' -S deduped.bam && - samtools sort deduped.bam -@ \${GALAXY_SLOTS:-1} -o '$output' -O BAM + samtools sort deduped.bam -@ \${GALAXY_SLOTS:-1} -T "\${TMPDIR:-.}" -o '$output' -O BAM ]]>