Overlap File for RACON Genome Polisher
0
0
Entering edit mode
12 months ago
andorjkiss ▴ 40

This seems like a dumb question, but I have no idea how to generate an overlap file that is required for RACON. According to the documentation: https://github.com/isovic/racon

Racon takes as input only three files: contigs in FASTA/FASTQ format, reads in FASTA/FASTQ format and overlaps/alignments between the reads and the contigs in MHAP/PAF/SAM format. Output is a set of polished contigs in FASTA format printed to stdout. All input files can be compressed with gzip (which will have impact on parsing time).

I have PacBio CLR data, and I have Illumina PE data. I would like to use the illumina data to polish the pacbio data.

How do I generate the "overlap" file? If I use MHAP, I get a output file in <*.dat> format. How do I convert this into an MHAP format?

minimap2 overlap racon MHAP • 830 views
ADD COMMENT
2
Entering edit mode

Racon can be used as a polishing tool after the assembly with either Illumina data or data produced by third generation of sequencing. The type of data inputed is automatically detected.

Disclaimer: I never used RACON as genome polishing tool. For this task, you should use tools specifically designed for genome polishing (eg NextPolish).

However, if you really want to use RACON as a genome polishing tool I think you should provide the following input files:

<sequences> = Illumina reads
<overlaps> = SAM file of the Illumina reads aligned to PacBio assembly file
<target sequences> = PacBio assembly file
ADD REPLY

Login before adding your answer.

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