racon icon indicating copy to clipboard operation
racon copied to clipboard

racon: invalid option -- 'L'

Open yeeus opened this issue 2 years ago • 2 comments

Hello, I am following the polishing method of Mc Cartney et al., 2022, whose doi is https://doi.org/10.1038/s41592-022-01440-3, where Racon's liftover branches were used(https://github.com/isovic/racon/tree/liftover). Here is the command: ${RACON} -t ${threads} ${in_dataset} ${out_falconc_sam} ${in_draft} -L ${out_racon_fasta} -S > ${out_racon_fasta}

But when I tried this script, I got an error racon: invalid option -- 'L'. It seems that this version the paper used was discarded, so I have the question that whether you would re-release that or never? And if you won't, can you tell me how to get the vcf file the script need?

Best wishes!

yeeus avatar May 31 '23 07:05 yeeus

I encountered the same situation,have you solved it ?

btrainee avatar Oct 13 '23 01:10 btrainee

I encountered the same situation,have you solved it ?

I didn't solve it and tried another method.

yeeus avatar Oct 13 '23 08:10 yeeus

Ref https://github.com/arangrhie/T2T-Polish/blob/master/automated_polishing/README.md we can git clone https://github.com/isovic/racon.git cd racon git checkout liftover git submodule update --init --recursive mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make

jjwujay avatar Aug 20 '24 10:08 jjwujay