Skip to content

Commit

Permalink
Merge branch 'patch-8' of https://github.com/smoe/STAR
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdobin committed Mar 6, 2021
2 parents 0d18b23 + 5483e1c commit d50175e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/STAR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(int argInN, char* argIn[]) {
Parameters P; //all parameters
P.inputParameters(argInN, argIn);

*(P.inOut->logStdOut) << timeMonthDayTime(g_statsAll.timeStart) << " ..... started STAR run\n" <<flush;
*(P.inOut->logStdOut) << timeMonthDayTime(g_statsAll.timeStart) << " ..... started STAR run (" << argIn[0] << ")\n" <<flush;

//runMode
if ( P.runMode == "alignReads" || P.runMode == "soloCellFiltering" ){
Expand Down

0 comments on commit d50175e

Please sign in to comment.