Using Minimap2 with FMLRC2
1
0
Entering edit mode
2.3 years ago
jwalewski • 0

Hello all,

I am using FMLRC2 (https://github.com/HudsonAlpha/rust-fmlrc) to correct PacBio reads with Illumina reads for hybrid genome assembly. Since FMLRC2 only corrects reads (does not do any assembly) another program is needed. In the paper published on FMLRC minimap (now succeeded by minimap2, https://github.com/lh3/minimap2) was used, followed by miniasm, for the actual assembly.

FMLRC2 outputs one fasta file (of the corrected long reads), yet, on minimap2's github page, I only see options that involve 2 or more input files.

How is minimap2 used in combination with FMLRC2?

Many thanks for your time,

Joe

minimap FMLRC • 873 views
ADD COMMENT
0
Entering edit mode
2.3 years ago
liorglic ★ 1.4k

The answer is in the Miniasm github page. You simply specify the same reads file twice, like this:

minimap2 -x ava-pb  corrected_reads.fa corrected_reads.fa > all_vs_all.paf
ADD COMMENT

Login before adding your answer.

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