You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: