Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NGSworkder opened this issue Mar 23, 2020 · 1 comment
Open

Comments

@NGSworkder
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant