Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MOSAIK not understanding ambiguity code in reference #16

Open
sktanz opened this issue Jul 2, 2015 · 2 comments
Open

MOSAIK not understanding ambiguity code in reference #16

sktanz opened this issue Jul 2, 2015 · 2 comments

Comments

@sktanz
Copy link

sktanz commented Jul 2, 2015

Hi Wan-Ping and Mosaik users,

I'm trying to use MOSAIK-2.2.3-Linux-x64 to align single end reads to a small reference genome, which contains ambiguity codes.

To test Mosaik first, I've aligned my reads to the reference genome (not containing any ambiguity code). I followed your QuickStart on github and used the following code:

Conversion (reference):
<MosaikBuild -fr ref.fa -oa ref.fa.dat>

Conversion (FASTQ):
<MosaikBuild -q read.fastq -st illumina -out reads.mkb>

<MosaikAligner -in reads.mkb -out reads.mka -ia ref.fa.dat -annpe 2.1.78.pe.ann -annse 2.1.78.se.ann -p 10>

This worked nicely for all my samples and 60-75% of my reads aligned, which is what I expected and also got with bowtie2.

Then I replaced all "C" in the reference to a "Y" (ambiguity code) so that reads containing a C or T at that position would also align. Repeating the alignment with this reference genome resulted that only 6-8% of reads aligned. However, I expected that more of my reads would map this time.

I'm not a bioinformatician and maybe I'm doing something wrong and/or need to add something to my command line?

Could you please help me to solve this problem?

Many thanks in advance,
Sandra

@alexstaj
Copy link

alexstaj commented Dec 9, 2015

Did you solve this?

@sktanz
Copy link
Author

sktanz commented Dec 10, 2015

No, I couldn't solve it, which is a real shame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants