arnederoeck / NanoSatellite

Dynamic time warping of Oxford Nanopore squiggle data to characterize tandem repeats.
MIT License
32 stars 1 forks source link

Error in if (right_dist < left_dist) #5

Closed liutiming closed 5 years ago

liutiming commented 5 years ago

image Hello. First thanks so much for publishing this wonderful programme!

While I am trying to use it by following the suggested workflow, I encountered an error (shown in the pic) at this step: Rscript Signal2chunk.R

May I ask how I can resolve it, please? Please let me know if more info is needed. I have installed all the dependencies for NanoSatellite.

arnederoeck commented 5 years ago

Hi, thank you for your interest in NanoSatellite and for reporting this error. Based on the info you supplied me, I am not really sure what is causing this error. Nevertheless I added a piece of code to the script, which should circumvent the presumed problem without affecting any other results. Let me know whether it works or not, so that I can take another look at it if needed.

Cheers!

liutiming commented 5 years ago

It works fine now. Thank you very much!