cuteSV icon indicating copy to clipboard operation
cuteSV copied to clipboard

empty pickle for self mapping

Open baozg opened this issue 1 year ago • 1 comments

Hi, @tjiangHIT

If I used cuteSV to validate the genome assembly error (HiFi reads mapping back to the assembly itself). Some pickles will be empty, but cuteSV will report errors to these regions although the output looks fine.

Traceback (most recent call last):
  File "/ebio/abt6_projects7/conda/env/bin/cuteSV", line 1267, in <module>
    run(sys.argv[1:])
  File "/ebio/abt6_projects7/conda/env/bin/cuteSV", line 1263, in run
    main_ctrl(args, argv)
  File "/ebio/abt6_projects7/conda/env/bin/cuteSV", line 1230, in main_ctrl
    with open("%sresults/%s.pickle"%(temporary_dir,chrom), "rb") as f:
FileNotFoundError: [Errno 2] No such file or directory: './LACR-C-4_tmp/results/Chr5.pickle'

baozg avatar Feb 04 '24 17:02 baozg

Hello, @baozg

Sorry for my late reply. This has been fixed in the newest version. Please git clone cuteSV via GitHub and install it. Hope it will help.

Best, Shuqi

Meltpinkg avatar Mar 23 '24 09:03 Meltpinkg