All the four (actually three) feedbacks on the samtools sourceforge page complain that samtools is "very buggy", one complains poor documentation and another one about poor efficiency. I am worried because I really care about correctness, efficiency and friendliness for all the tools I develop, and the feedbacks argue I failed on all. However, I did not get that many bug reports from the mailing list and I am trying to fix every bug I can find in my daily work. Probably there are others I am not aware of. If you know there remain bugs (not feature request or help request), please reply this thread, in case I overlook some important bug report from the mailing list. As for documentations, I think the current FAQ covers 90% questions raised before. Have I overlooked some important ones?
Known issues:
1) Samtools does not write header "SO" tag. This is not required by SAM spec and is not a bug.
2) Sorting does not work. You have zero or negative coordinates in SAM, which is invalid by the spec. Not a bug in samtools, although it would be good to throw an exception.
3) The windows port sometimes does not work. This is really a bug, but I am expecting most people are using unix.
By the way, it is recommended to post questions and requests to the samtools mailing list. You will probably get more help there.
Thank you.
Known issues:
1) Samtools does not write header "SO" tag. This is not required by SAM spec and is not a bug.
2) Sorting does not work. You have zero or negative coordinates in SAM, which is invalid by the spec. Not a bug in samtools, although it would be good to throw an exception.
3) The windows port sometimes does not work. This is really a bug, but I am expecting most people are using unix.
By the way, it is recommended to post questions and requests to the samtools mailing list. You will probably get more help there.
Thank you.
Comment