-
Notifications
You must be signed in to change notification settings - Fork 32
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
Aborted (core dumped) quickmerge #72
Comments
Hello, I meet same issue, are you figure out? |
Can you please post your command?
…On Wed, Jun 14, 2023, 03:42 Wu Ziwei ***@***.***> wrote:
Hello, I meet same issue, are you figure out?
—
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/mahulchak/quickmerge/issues/72*issuecomment-1590746790__;Iw!!CzAuKJ42GuquVTTmVmPViYEvSg!Psz-wygMl3AGFdhw0Lv6ZlFnJf7ISs9fblQoPsvUEpkL93DrA3XHMYYW-JmIUJr01vrqGNSWaSv0P6xVLBD_Z-bv$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABZQH2FBRNRMGOY2F2S3U6LXLF2OHANCNFSM6AAAAAAWWHGYM4__;!!CzAuKJ42GuquVTTmVmPViYEvSg!Psz-wygMl3AGFdhw0Lv6ZlFnJf7ISs9fblQoPsvUEpkL93DrA3XHMYYW-JmIUJr01vrqGNSWaSv0P6xVLGmAuFBf$>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yeah, I fixed it. The two files you compare cannot have the same name, and when using nucmer, the reference sequence is followed by the query sequence, which cannot be reversed when merging
…--------------原始邮件--------------
发件人:"Wu Ziwei ***@***.***>;
发送时间:2023年6月14日(星期三) 下午4:42
收件人:"mahulchak/quickmerge" ***@***.***>;
抄送:"朱晨朝 ***@***.***>;"Author ***@***.***>;
主题:Re: [mahulchak/quickmerge] Aborted (core dumped) quickmerge (Issue #72)
-----------------------------------
Hello, I meet same issue, are you figure out?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Yeah, I fixed it. The two files you compare cannot have the same name, and when using nucmer, the reference sequence is followed by the query sequence, which cannot be reversed when merging
…--------------原始邮件--------------
发件人:"Mahul Chakraborty ***@***.***>;
发送时间:2023年6月15日(星期四) 上午6:30
收件人:"mahulchak/quickmerge" ***@***.***>;
抄送:"朱晨朝 ***@***.***>;"Author ***@***.***>;
主题:Re: [mahulchak/quickmerge] Aborted (core dumped) quickmerge (Issue #72)
-----------------------------------
Can you please post your command?
On Wed, Jun 14, 2023, 03:42 Wu Ziwei ***@***.***> wrote:
> Hello, I meet same issue, are you figure out?
>
> —
> Reply to this email directly, view it on GitHub
> <https://urldefense.com/v3/__https://github.com/mahulchak/quickmerge/issues/72*issuecomment-1590746790__;Iw!!CzAuKJ42GuquVTTmVmPViYEvSg!Psz-wygMl3AGFdhw0Lv6ZlFnJf7ISs9fblQoPsvUEpkL93DrA3XHMYYW-JmIUJr01vrqGNSWaSv0P6xVLBD_Z-bv$>,
> or unsubscribe
> <https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/ABZQH2FBRNRMGOY2F2S3U6LXLF2OHANCNFSM6AAAAAAWWHGYM4__;!!CzAuKJ42GuquVTTmVmPViYEvSg!Psz-wygMl3AGFdhw0Lv6ZlFnJf7ISs9fblQoPsvUEpkL93DrA3XHMYYW-JmIUJr01vrqGNSWaSv0P6xVLGmAuFBf$>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sure! Here is the command I'd like to share: |
1 -d
2 2020merge/out.rq.delta
3 -q
4 2020.fa
5 -r
6 pilon_polished.fasta
7 -hco
8 5.0
9 -c
10 1.5
11 -l
12 0
13 -ml
14 5000
15 -p
16 2020merge/2020.mfa
ptg000009l_pilon ptg000009l_pilon 1 JAAIVE010000736.1 1 ptg000536l_pilon -1
ptg000091l_pilon JAAIVE010000152.1 1 ptg000091l_pilon -1
ptg000199l_pilon ptg000199l_pilon 1 JAAIVE010000169.1 -1 ptg000755l_pilon -1
ptg000285l_pilon ptg000285l_pilon 1 JAAIVE010000015.1 -1 ptg001264l_pilon -1
ptg000294l_pilon JAAIVE010000686.1 1 ptg000294l_pilon 1
ptg000341l_pilon ptg000341l_pilon 1 JAAIVE010000429.1 -1 ptg000036l_pilon 1
ptg000547l_pilon ptg000547l_pilon 1 JAAIVE010000200.1 -1
ptg000565l_pilon ptg000565l_pilon 1 JAAIVE010000017.1 -1 ptg000682l_pilon 1
ptg001402l_pilon ptg001402l_pilon 1 JAAIVE010000003.1 1 ptg000326l_pilon 1
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 20474) > this->size() (which is 0)
The text was updated successfully, but these errors were encountered: