Skip to content

Commit

Permalink
change mutations to fusions for JSON report
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Jun 14, 2018
1 parent 402f0c6 commit 983396e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonreporter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<mFusionResults.size();i++){
Expand Down

0 comments on commit 983396e

Please sign in to comment.