From 3d193b496bf6a5f1b276dd5c78369d7413dc7a17 Mon Sep 17 00:00:00 2001 From: barnett Date: Wed, 31 Mar 2010 18:37:25 +0000 Subject: [PATCH] Restored BamDumpMain to old version without dumping tag data git-svn-id: svn+ssh://gene.bc.edu/home/subversion/Derek/BamTools/trunk@46 9efb377e-2e27-44b9-b91a-ec4abb80ed8b --- BamDumpMain.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BamDumpMain.cpp b/BamDumpMain.cpp index 57bb0b9..5611c3b 100644 --- a/BamDumpMain.cpp +++ b/BamDumpMain.cpp @@ -53,9 +53,5 @@ void PrintAlignment(const BamAlignment& alignment) { cout << "Name: " << alignment.Name << endl; cout << "Aligned to: " << alignment.RefID; cout << ":" << alignment.Position << endl; - cout << "TagData: " << alignment.TagData << endl; - - string readGroup; - cout << "ReadGroup: " << ( alignment.GetReadGroup(readGroup) ? readGroup : "Unknown" ) << endl; cout << endl; } -- 2.39.5