From 983396e2decdbba39b72d8d0de17405c00ac1bee Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Thu, 14 Jun 2018 14:40:30 +0800 Subject: [PATCH] change mutations to fusions for JSON report --- src/jsonreporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsonreporter.cpp b/src/jsonreporter.cpp index 2c1fd20..b018527 100644 --- a/src/jsonreporter.cpp +++ b/src/jsonreporter.cpp @@ -22,7 +22,7 @@ void JsonReporter::run() { mFile << "\t\"command\":\"" << command << "\"," << endl; mFile << "\t\"version\":\"" << FUSIONSCAN_VER << "\"," << endl; mFile << "\t\"time\":\"" << getCurrentSystemTime() << "\"," << endl; - mFile << "\t\"mutations\":{"; + mFile << "\t\"fusions\":{"; bool isFirstMut = true; for(int i=0;i