Skip to content

Commit

Permalink
State which STAR binary is executed
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe authored Feb 24, 2021
1 parent 3ae0966 commit 5483e1c
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 5483e1c

Please sign in to comment.