]> git.donarmstrong.com Git - bamtools.git/commit
fixed potential bug with previous commit
authorErik Garrison <erik.garrison@bc.edu>
Wed, 9 Jun 2010 13:39:07 +0000 (09:39 -0400)
committerErik Garrison <erik.garrison@bc.edu>
Wed, 9 Jun 2010 13:39:07 +0000 (09:39 -0400)
commitc1a31e056e6867ada6f18baaff983f932e8f1177
treed08dc5b57baf22061069c99efc1065114aff1678
parent875f0cdc2eeaa1c1d35d1e8bee1e27f8150f1092
fixed potential bug with previous commit

The previous commit made assumptions about the ordering of subtags
within @RG header lines.  This commit only assumes that the read group
ID is specified by "ID", thus following spec.
BamMultiReader.cpp