-
Notifications
You must be signed in to change notification settings - Fork 34
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
max size for a Tcl value (2147483647 bytes) exceeded #15
Comments
Hi Eric, Can you tell me the size of your candidateGenesFile? Best regards, |
Véronique, Thanks, |
Ok, one more question: |
Can you contact me by email: [email protected] to continue the debbuging? |
Ok. I sent you an email. Thanks! |
Conclusion on this post:
To solve this, you can split your input file into smaller files, run AnnotSV and then later merge them into a single output file. This will be fixed in a future release. |
Hello Veronique, Hope you are doing great. You are right. AnnotSV doesn't annotate a very large SV input file, say a merged file from multiple genomes or a large scale study. can we expect a better resolution around this in any upcoming version soon. Thanks in Advance |
Hi Mkddb, Good news, a new collaboration is just being set up to implement AnnotSV in Python. It should solve this bug! I will keep this thread open until then. Best, |
Okay Great. That's a good news. Good luck with the new collaboration. |
Hello @lgmgeo
Will wait for Python implementation and fix. |
Hi, any news on the python version? We're also hitting this maximum value error. I'll implement a temporary splitting solution for now, but that isn't really the best for SV VCFs with a lot of BNDs 😁 |
You're right. Ok, definitely, I have to admit that I can't find the time to reimplement AnnotSV in Python. I'll look at this bug from another angle and see how to fix it in Tcl code. Not in the near future but as soon as possible |
Thanks for your response! |
I'm running v2.2 of AnnotSV on a SGE cluster. I'm running on a couple of gene lists separately using "-candidateGenesFile" and "-candidateGenesFiltering". The run completes for a small gene list, but fails for the larger gene list and exits abruptly. The error message is in the subject line. I tried giving more memory to the job (200G), but that doesn't fix it as there doesn't seem to be a way to specify to AnnotSV (or Tcl) to use more memory. I'm going to try splitting my gene list into two and see if that works. Is there another fix for this?
Thanks,
Eric
The text was updated successfully, but these errors were encountered: