-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing pickle file #158
Comments
Hello, @mnshgl0110 This may caused by the reference used in the read alignment not equaling the reference used in running cuteSV. Please ensure the reference chromosomes in the read alignment and SV calling is the same. Best, |
Hi, I am getting the same issue since moving from cuteSV 2.0.3 to 2.1.1. Most samples work fine. I have checked that the reference matches alignment and cuteSV process. I have seen it fail on chr17.pickle and on chr2.pickle. It seems to be transient and if I just rerun it it works fine. It doesn't look to be a resources issue. Thanks, see error belowERROR ~ Error executing process > 'cuteSV_single (LR-115_father-F139924)' Caused by: Command executed: cuteSV --sample LR-115_father-F139924 --threads 4 -md 500 -mi 500 -s 5 -L -1 --genotype F139924_1_lane.bam hg38_no_alt.fa LR-115_father-F139924.vcf . Command exit status: Command output: Command error: |
Hi,
I am trying to run cutesv on human HG002 genome. But I am getting the missing pickle file error:
FileNotFoundError: [Errno 2] No such file or directory: 'hg002/results/KMT2C_chr13_10688343_10754814.pickle'
cutesv.log
Based on the suggestions here, I have tried conda as well as git install. Further, I also tried different number to threads (from here), but that did not work either.
Any suggestions, how can I make it work?
The text was updated successfully, but these errors were encountered: