From: derek Date: Tue, 27 Mar 2012 16:03:54 +0000 (-0400) Subject: Fixed: sorting order lost during merge step of sort tool, if input BAM X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=76bb08a359f3974eee3e96327b965ccf7958ed1a;hp=76bb08a359f3974eee3e96327b965ccf7958ed1a;p=bamtools.git Fixed: sorting order lost during merge step of sort tool, if input BAM lacked SAM header * Due to lack of SO tag in temp files. This tag is set just fine on input BAMs containing SAM headers. However, when an input file lacked one, especially the (required) VN number, the entire @HD line was dropped. * Forcing the current SAM version number, if none exists, on sort output. ---