bayesiancook / pbmpi

phylobayes mpi
GNU General Public License v2.0
23 stars 9 forks source link

readpb_mpi error #5

Closed bailliecharles closed 6 years ago

bailliecharles commented 6 years ago

Getting the following half way though running: mpirun -np 100 /SOFTWARE/pbmpi/data/readpb_mpi -x 2000 -div CHAIN1

.............................................in tree: null string

Any ideas/ Thanks C

bayesiancook commented 6 years ago

apparently, this sometimes happens when the .chain is corrupted.

gerthmicha commented 5 years ago

Hi, could you provide some more information on this please? I have also encountered the error in tree: null string multiple times but don't understand how the .chain file can become corrupted or how to avoid this. Is there a way to 'repair' the chain file? Any ideas would be really helpful, thanks!

nicrodrigue commented 5 years ago

I suspect that some taxa names are entirely numerical in your data set. If this is the case, the parsing of trees produced by the software will run into the problems, with a confusion between branch lengths and taxa names.

In the future, try adding a letter to your taxa names to avoid the confusion.

Regards,

Nic


From: Michael Gerth notifications@github.com Sent: Monday, January 7, 2019 7:52:56 AM To: bayesiancook/pbmpi Cc: Subscribed Subject: Re: [bayesiancook/pbmpi] readpb_mpi error (#5)

Hi, could you provide some more information on this please? I have also encountered the error in tree: null string multiple times but don't understand how the .chain file can become corrupted or how to avoid this. Is there a way to 'repair' the chain file? Any ideas would be really helpful, thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/bayesiancook/pbmpi/issues/5#issuecomment-451925467, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJbcSoNSGu3aGUj2f5HXvpPdpuZmPMgDks5vA0MngaJpZM4RDgQE.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bayesiancook/pbmpi","title":"bayesiancook/pbmpi","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bayesiancook/pbmpi"}},"updates":{"snippets":[{"icon":"PERSON","message":"@gerthmicha in #5: Hi, could you provide some more information on this please? I have also encountered the error \r\nin tree: null string multiple times but don't understand how the .chain file can become corrupted or how to avoid this. Is there a way to 'repair' the chain file? Any ideas would be really helpful, thanks! "}],"action":{"name":"View Issue","url":"https://github.com/bayesiancook/pbmpi/issues/5#issuecomment-451925467"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/bayesiancook/pbmpi/issues/5#issuecomment-451925467", "url": "https://github.com/bayesiancook/pbmpi/issues/5#issuecomment-451925467", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

gerthmicha commented 5 years ago

Hi Nic, thanks for the feedback. Non of the taxa in my dataset are entirely numerical. I did stop the runs though, performed some posterior predictive tests (which worked out fine), then continued the runs and stopped them again after some more iterations. After this, the error occurs. Cheers, Michael