cuteSV icon indicating copy to clipboard operation
cuteSV copied to clipboard

Some bases in the “REF” column are incorrect, and this occurs in INS (insertion) types.

Open wk1352313 opened this issue 1 year ago • 1 comments

After detecting structural variations (SVs) using the default parameters of CuteSV, I found that the bases of “REF” in some INS (insertion) events in the vcf do not match those in the reference genome. For example, in the VCF result file from CuteSV, the base at position 83708 on chromosome 01 is reported as G, while in the reference genome, it is A.What could be the reason for this? 1700143992136 1700144034033

wk1352313 avatar Nov 16 '23 14:11 wk1352313

Hello, @wk1352313

This problem has been fixed in the newest version (2.1.0) of cuteSV. You can install the new version via git clone https://github.com/tjiangHIT/cuteSV.git && cd cuteSV/ && python setup.py install. By the way, the new version's pip and conda installation will be available soon.

Best, Shuqi

Meltpinkg avatar Nov 17 '23 05:11 Meltpinkg