VisualMSI icon indicating copy to clipboard operation
VisualMSI copied to clipboard

terminate called after throwing an instance of 'std::out_of_range'

Open NGSworkder opened this issue 5 years ago • 1 comments

Hi Pro Chen, when I use the VisualMsi software, I accure the problem like this terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::substr

the command is like this: visualmsi -i *case.bam -n *ctrl.bam -r hg19.fa -t visual_msi.tsv -j *json -h *html

NGSworkder avatar Mar 23 '20 04:03 NGSworkder

I have solved this problem, the script pair.cpp mergedSeq = leftSeq.substr(0, lbreak) + rightSeq.substr(rbreak, rightSeq.length() - rbreak); out of string need to modify

NGSworkder avatar Sep 01 '21 06:09 NGSworkder