-
Notifications
You must be signed in to change notification settings - Fork 51
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
Upgrade to version 3.0 #291
Conversation
Hi @nickjcroucher, I have installed Gubbins in Ubuntu based on the instructions in the manual, but it is still in the 1.2.4 version and I encountered memory resource issues. Can you please provide the instructions on how I can upgrade to the latest version of Gubbins? Thank you and Happy New Year! Kind Regards, |
Hi @degreesKelvin - I would not recommend using v3.0.0 yet, as we have not validated the accuracy of the results (coming soon hopefully!) - in the first instance, I would try installing the latest version available on conda (v2.4.1), which has some fixes to memory usage (it also uses marginal ancestral reconstruction, which may not be as accurate as the joint ancestral reconstruction in v1.2.4, but is likely to be faster and more memory efficient). If v2.4.1 doesn't work either, let me know - hopefully v3.0 will be ready for wider use soon! |
Thank you Nick!
It is showing the correct version now:
run_gubbins.py --version
2.4.1
Kind Regards,
Kelvin 😊
From: nickjcroucher <notifications@github.com>
Sent: Friday, 15 January 2021 4:59 PM
To: sanger-pathogens/gubbins <gubbins@noreply.github.com>
Cc: Kelvin Leong <kelvin.leong@utas.edu.au>; Mention <mention@noreply.github.com>
Subject: Re: [sanger-pathogens/gubbins] Upgrade to version 3.0 (#291)
Hi @degreesKelvin<https://github.com/degreesKelvin> - I would not recommend using v3.0.0 yet, as we have not validated the accuracy of the results (coming soon hopefully!) - in the first instance, I would try installing the latest version available on conda (v2.4.1), which has some fixes to memory usage (it also uses marginal ancestral reconstruction, which may not be as accurate as the joint ancestral reconstruction in v1.2.4, but is likely to be faster and more memory efficient). If v2.4.1 doesn't work either, let me know - hopefully v3.0 will be ready for wider use soon!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#291 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AP3H2WDVVKKYH37MW52AGUTSZ77VPANCNFSM4VXIU7KQ>.
University of Tasmania Electronic Communications Policy (December, 2014).
This email is confidential, and is for the intended recipient only. Access, disclosure, copying, distribution, or reliance on any of it by anyone outside the intended recipient organisation is prohibited and may be a criminal offence. Please delete if obtained in error and email confirmation to the sender. The views expressed in this email are not necessarily the views of the University of Tasmania, unless clearly intended otherwise.
|
Makefile removed in 2377005. |
Happy new year! Addresses most of the improvements discussed in #1. CI switched to Github Actions and currently passing all tests on Linux and OSX. Just restructuring of the code and packaging to address, which seems easier to deal with post-PR.