X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefastqcommand.cpp;h=0f6e030bb0d1fec3f7cf99614fa0827c66de2bb5;hb=e0ce7cbc93d7d2fbb753ca694182db092a0ea0e7;hp=8e1a7f52882fe1cf8e3b12a60538915306dacb46;hpb=19fcbbdba99658f5eca244803280f9ee7f9f6607;p=mothur.git diff --git a/makefastqcommand.cpp b/makefastqcommand.cpp index 8e1a7f5..0f6e030 100644 --- a/makefastqcommand.cpp +++ b/makefastqcommand.cpp @@ -201,7 +201,7 @@ string MakeFastQCommand::convertQual(vector qual) { try { string qualScores; - int controlChar = int('!'); + int controlChar = int('@'); for (int i = 0; i < qual.size(); i++) { int temp = qual[i] + controlChar;