FastUniq "error in open left fastq file for read!"
1
0
Entering edit mode
8.8 years ago
ae75 • 0

I'm getting the following error with FastUniq (running for PE sequences, testing with just one pair):

Error in open left fastq file *FULL TEXT OF FIRST READ IN FIRST FILE* for read!

There are a few other complaints of this problem scattered on the web but none have even a suggestion for solving it. Does anyone have any ideas for how to resolve this issue? Or, alternatively, want to suggest another tool for filtering duplicates in fastq format?

Assembly RNA-Seq • 3.0k views
ADD COMMENT
0
Entering edit mode
8.8 years ago

You can use Dedupe from the BBMap package instead. Usage:

dedupe.sh in1=r1.fq in2=r2.fq out=nodupes.fq

For paired input, the output will be interleaved, but you can deinterleave it with reformat.sh if you want.

ADD COMMENT

Login before adding your answer.

Traffic: 1874 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