Closed tolender closed 1 year ago
Hi, I have no idea about how this error only occurred with "--output-format NeoLoopFinder". However, if you have already obtained the predictions with "--output-format full", then you can do the format transformation using the command below:
$ merge-redundant-SVs --full-sv-files test.full.txt --output-format NeoLoopFinder -O test.NeoLoopFinder.txt
I went through the predictSV code and ran the steps between lines 125 to 158 explicitly with the cache folders and worked as intended. Seems the line that extract_cache_folder() was looking for in the log files were missing so it couldn't find the cache folders. Running EagleC locally and in parrallel in a two tmux sessions might have caused log updating issues. (just a guess)
Hi,
I ran into this error while running EagleC with "--output-format NeoLoopFinder", this error does not occur with "--output-format full" It seems to be a similar issue to issue #15 , but at a different step during predictSV. Input .mcool is CNV balanced by NeoLoopFinder, and this happens for both "hg38" and "other" (mm10)
Input code:
After the breakpoints are found for each resolution, I get the _SVs.5K.txt, _SVs.10K.txt, and *_SVs.50K.txt files, but predictSV then throws a traceback error when trying to merge 10kb and 5kb.
Do I have to re-run predictSV with the cached files to get the combined list, or can I get the equivalent of finishing predictSV properly by using merge-redundant-SV with the 3 resolution files?
Thanks!