Mosaik Aligner Error
1
0
Entering edit mode
8.8 years ago
JW ▴ 10

Hello,

I am trying to align a set of 454 reads to a Reference Genome using the Mosaik Aligner. But when I run

../MosaikAligner -in ./r.dat -ia ref.dat -out Aligned.dat -m unique -mmp 0.15

I get the following output:

ERROR: Could not open  for reading.​

What am I doing wrong? Thanks in advance.

NGS Mosaik unix alignment 454 • 2.6k views
ADD COMMENT
0
Entering edit mode

Are the input files available and readable in the directory you are running this command from?

ADD REPLY
0
Entering edit mode

Yes they are

ADD REPLY
0
Entering edit mode

Do you have the necessary permissions on the files?

ADD REPLY
0
Entering edit mode

Yes - I have all permissions

ADD REPLY
0
Entering edit mode

Nevermind, problem solved

ADD REPLY
1
Entering edit mode
8.8 years ago
JW ▴ 10

For anyone having the same problem, here is the solution I found:

../MosaikAligner -in ./r.dat -ia ref.dat -out Aligned_ACAC.dat -m unique -mmp 0.15 -annpe ../pe.ann  -annse ../se.ann​

The point is in letting the program know where the respective paired-end and single-end protocols are. These come with Mosaik.

ADD COMMENT
0
Entering edit mode

You can accept your own solution. That will mark this question as solved.

ADD REPLY

Login before adding your answer.

Traffic: 1516 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6