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

Problem with Reference and Query #60

Open
phrh opened this issue Nov 5, 2020 · 0 comments
Open

Problem with Reference and Query #60

phrh opened this issue Nov 5, 2020 · 0 comments

Comments

@phrh
Copy link

phrh commented Nov 5, 2020

Hi,
I want to use quickmerge with two assemblies A and B. If I understand right the merge genome will use the sequences from the query genome and try to bride those sequences by using the reference genome. However, when I use the assembly A as query and the B as reference I get the following error in the quickmerge step. Instead, when I use the assembly A as reference and the assembly B as query it does work. Do you have any idea what could it be?

terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 501) > this->size() (which is 0)
Aborted (core dumped)
./quickmerge -d $1.rq.delta -q $3 -r $2 -hco 5.0 -c 1.5 -l 300000 -ml 5000 -p quickmerge.$1

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