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

Fusing Error #2

Open
nrlucaroni opened this issue Jun 21, 2015 · 0 comments
Open

Fusing Error #2

nrlucaroni opened this issue Jun 21, 2015 · 0 comments

Comments

@nrlucaroni
Copy link
Member

Posted on Google Groups POY4 mailing list, June 18th 2015 :

Good morning everyone
I am running timed search on my desktop using different gap/ts/tv values and for the first two parameters (111, 121) it runs fine but the I get this error at the moment of fusing
Status : Tree Fusing : 4 of 36 --
Assertion failed: (eap1->code == eap2->code), function sankoff_median, file sankoff.c, line 1434.
[0]0:Return code = 0, signaled with Abort trap: 6
[0]1:Return code = 0, signaled with Quit: 3
[0]2:Return code = 0, signaled with Quit: 3
[0]3:Return code = 0, signaled with Quit: 3
[0]4:Return code = 0, signaled with Quit: 3
[0]5:Return code = 0, signaled with Quit: 3
[0]6:Return code = 0, signaled with Quit: 3

I am attaching the .out file

this is the script I am running, which I have use before without any issue:

read ("/Users/lsilva1/desktop/poymol/mim12.fas", "/Users/lsilva1/desktop/poymol/mim16.fas", "/Users/lsilva1/desktop/poymol/mim18.fas", "/Users/lsilva1/desktop/poymol/mim28.fas")
read (prealigned:("/Users/lsilva1/desktop/poymol/mimcoi.fas", tcm: ("221")))
read (prealigned:("/Users/lsilva1/desktop/poymol/mimh3.fas", tcm: ("221")))
transform (tcm:("/users/lsilva1/desktop/poymol/221"))
set (root:"Uroctea_durandi1")
report (data, cross_references, treestats)
search (max_time:00:04:00, min_time:00:00:10, hits:20, memory:gb:8)
select (unique)
report ("Run_221a.tre",trees)
search (max_time:00:04:00, min_time:00:00:10, hits:10, memory:gb:8)
select (unique)
report ("Run_221b.tre",trees)
fuse(iterations:250)
select()
swap(trees:100)
select()
report ("Diagnosis.221.1.txt", diagnosis)
report ("Trees.221.1.tre", trees:(total))
report ("Consensus.221.1.txt", consensus)
report ("Trees.221.1.ps", graphtrees)
report ("Data.221.1.txt", data)
wipe ()

Any help will be highly appreciatted
Thanks and have a great day,
Ligia

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