Open GoogleCodeExporter opened 8 years ago
Hi Hua,
MosaikText now is weired for producing SAMs.
I try this command to print the archive to the stdout. It works well.
> ./MosaikText -in testseq.aligned.dat -screen
I am checking SAM writer.
Original comment by WanPing....@gmail.com
on 14 Nov 2010 at 3:44
Dear Wan-Ping
I found that in the data structure file, (I think the file is called
*string.cpp in the data structure directory) there is a line that
prints out an error message if the base quality score is >60.
Suppressing that line seems to solve the problem, although I don't
know if a base quality score >60 makes sense.
Original comment by hua.l.t...@gmail.com
on 14 Nov 2010 at 7:40
Hi Hua,
Since we're thinking that qualities are encoded by Phred+33 format, we put that
checker in MosaikText. We're going to extend Mosaik to allow other qualities
encoding formats.
Original comment by WanPing....@gmail.com
on 16 Nov 2010 at 4:06
Original comment by WanPing....@gmail.com
on 16 Nov 2010 at 4:07
Thanks Hua for the trick.
I had the same problem and this seems to fix it. Actually instead of deleting
the line, I changed the parameter threshold to print an error message only if
basequality is >104.
@ Wan-Ping
The base quality are actually encoded by Phred+64 (at least for Illumina reads)
so setting the error parameter at >60 doesn't make sense!
Original comment by sebastie...@gmail.com
on 7 Dec 2010 at 6:18
I run into the same problem. Where is the file you guys talk about to change
the score?
Thank you for help.
Original comment by wenbin...@gmail.com
on 17 May 2011 at 11:38
Thanks hua, I also modified the file and recompiled with success. The code
referred to can be located at
/mosaik-aligner/src/CommonSource/DataStructures/Mosaikstring.cpp, line 286, in
the source code for version 1.1.0021.
Original comment by linus.fo...@gmail.com
on 12 Jul 2011 at 1:11
I ran with 1.1.0021 modified to basequality >104. I was unable to create bam
file due to character X in the DNA sequence. Strangely the it created sam file.
Original comment by shin.n....@gmail.com
on 21 Oct 2011 at 11:28
Original issue reported on code.google.com by
hua.l.t...@gmail.com
on 14 Nov 2010 at 12:08