-
Notifications
You must be signed in to change notification settings - Fork 7
Errors running createFinalHaplotypTable function #14
Description
Hello,
I managed to use the package to analyze some markers just fine and I get good results.
However, analyzing some other markers, I get errors running the createFinalHaplotypTable function:
1- "Error in if (snps == "") { : argument is of length zero"
2- "Error in .Call2("solve_user_SEW", refwidths, start, end, width, translate.negative.coord, :
solving row 17: 'allow.nonnarrowing' is FALSE and the supplied start (154) is > refwidth + 1"
(154 is the position of one of the SNP in the list).
I always have results from the firsts steps (the SNPs list, mismatch rate png file etc) ; and these errors are for some samples and not all my dataset.
I would like to know if it means that I cannot have any results for these samples and markers ?
Thank you for your help !
Best regards,
Emilie