# HG changeset patch # User jbrayet # Date 1447842651 18000 # Node ID 4b4f4c252e3453626782155c05ff1c643c1aeb1b # Parent 6328b30068888b10fa06b9837b3dbe3b5b496534 Uploaded diff -r 6328b3006888 -r 4b4f4c252e34 samtools_sort.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samtools_sort.xml Wed Nov 18 05:30:51 2015 -0500 @@ -0,0 +1,30 @@ + + BAM dataset + + macros.xml + + + + + samtools sort $sort_mode -@ \${GALAXY_SLOTS:-1} -o "${output1}" -O bam -T dataset "${input1}" + + + + + + + + + + + + + +**What it does** + +This tool uses ``samtools sort`` command to sort BAM datasets in coordinate or read name order. + + + + +