From 5a0b33776e8ce03182f294942fa1510f85997f07 Mon Sep 17 00:00:00 2001 From: Kevin Ying Date: Wed, 24 Jun 2015 18:54:21 +1000 Subject: [PATCH] remove SM and PL from tag from every read --- SNAPLib/SAM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SNAPLib/SAM.cpp b/SNAPLib/SAM.cpp index 073cf931..b45bee7c 100644 --- a/SNAPLib/SAM.cpp +++ b/SNAPLib/SAM.cpp @@ -738,7 +738,7 @@ SAMFormat::getSortInfo( } // which @RG line fields to put in aux data of every read -const char* FileFormat::RGLineToAux = "IDLBPLPUSM"; +const char* FileFormat::RGLineToAux = "IDLBPU"; void FileFormat::setupReaderContext(