Closed WZo0o closed 1 year ago
Hi, My best guess might be some additional characters/mis-formatting in your BED file. Would you be able to share it with me, so that I can have a look? (martin.kircher at bih-charite.de). Best, Martin
Hi, thanks for your help. I can my BED file with you and I am looking forward to your reply.
Best
Just a brief update. I could not see problems with the file, so I am currently running it through CADD-SV. My current hypothesis would be that a subjob was killed on your systems due to resource limitations (i.e. out of memory). Will keep you posted whether I can reproduce the error.
Thanks for your help and I am looking forward to your reply.
Just a brief update. It is still running (without any errors so far). I only gave it a very limited number of CPUs, not realizing that you had millions of SVs in your file. I will keep you posted about results. Generally would recommend to split up such big files in a number of parallel runs. Some annotations take considerably longer than others, limiting the parallelization by annotation which is implemented in our workflow.
Thanks for your nice notification and I am looking forward to your latest news.
Hi there, I can reproduce the problem. I think it is a single variant in the whole file. :(
chr4 0 705161 DEL
The coordinate range is correctly specified in BED format, but CADD-SV seems to need a coordinate that is at least 1, i.e.
chr4 1 705161 DEL
seems to work. I'll try to look into the code to fix that on our end, but it should be easy to have this workaround for now.
Thanks for your nice help
Hi,
When I run the workflow, I met the following error:
In order to solve the error, I run the shell command and met the following error:
Do you have any suggestions for me?