rocpengliu
rocpengliu
Hi, I have the similar error. But my fastq file is the windows format, which has endings of \r\n I have removed any mBuf[end-1]=='\r' or mBuf[end]=='\r' in getLine() and it...
Hello, thank you so much for your prompt reply. I think the format of the previous tree is not clear. here is the correct one. so my question is how...
I see, thank you so much for your clear explanation. it works for the pre order iterator. traverse from B, B1, C, C1, C2 however, it seems not working for...
I also have another question: currently, i use auto it = std::find_if(tre.begin_post(), tre.end_post(), [&it](std::string* & itp) {return *itp == "C"; }); or std::find_if(tre.begin(), tre.end(), [&it](std::string* & itp) {return *itp ==...