This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Existing Tools For Post-Processing After Aligning Paired-End Reads With Blat?

Hi,

I'm wondering if there are existing tools that can do post-processing on paired-end reads' BLAT output.

More specifically, I'd like the tool to "merge" the alignments from the alignments of each pair's ends and remove the inconsistent alignments while keeping the consistent ones. The tool should also produce output in PSL, SAM, or BAM.

Thanks!

blat paired-end

1 answer

If you convert your blat output into a .bed file, you can used bedtools (http://code.google.com/p/bedtools/) to merge the features.

Log in to answer this question.