racon icon indicating copy to clipboard operation
racon copied to clipboard

Racon as a library

Open iqbal-lab opened this issue 4 years ago • 2 comments

Hi there

Is there any way to call racon as a C++ library ? I can imagine situations where this would be super useful

iqbal-lab avatar Feb 26 '21 22:02 iqbal-lab

Hello Zamin, here it is: https://github.com/lbcb-sci/racon/tree/library. If you want to see an example how to integrate it check out de novo assembler https://github.com/lbcb-sci/raven. Just note that the library uses a minimap clone with parameters set for long reads, you cannot use your own overlaps (you only pass query/target sequences), and quality values of a FASTQ file are compressed block-wise. We will enable a more parameterized library version sometime in the future on the master branch.

Best regards, Robert

rvaser avatar Feb 27 '21 01:02 rvaser

Thanks so much for this!!

iqbal-lab avatar Mar 15 '21 17:03 iqbal-lab