Skip to content
Snippets Groups Projects
Commit 7ad77afb authored by Veronique Legrand's avatar Veronique Legrand
Browse files

fixed alignment of display for avg.Phred(R) line

parent 9a842ff7
No related branches found
No related tags found
No related merge requests found
Pipeline #70940 passed
......@@ -124,7 +124,9 @@ void InfoDisplay::display(const FqInfos& infos) {
(*out)<<setw(2)<<infos.quartiles_totPhred[0]<<K_COL_SEP<<infos.quartiles_totPhred[1]<<K_COL_SEP<<infos.quartiles_totPhred[1]<<K_COL_SEP;
displayFload1DLine(infos,infos.phScoreDist_per_pos);
(*out)<<"avg.Phred(R) ";
(*out)<<setw(2)<<infos.quartiles_avgPhred[0]<<K_COL_SEP<<infos.quartiles_avgPhred[1]<<K_COL_SEP<<infos.quartiles_avgPhred[2]<<K_COL_SEP;
(*out)<<setw(2)<<right<<infos.quartiles_avgPhred[0]<<K_COL_SEP;
(*out)<<setw(2)<<right<<infos.quartiles_avgPhred[1]<<K_COL_SEP;
(*out)<<setw(2)<<right<<infos.quartiles_avgPhred[2]<<K_COL_SEP;
displayFload1DLine(infos,infos.read_phred_scores);
(*out)<<"no.Errors(E) ";
(*out)<<setw(2)<<right<<infos.quartiles_noErrors[0]<<K_COL_SEP;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment