-
Notifications
You must be signed in to change notification settings - Fork 106
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
The best way to update pangolin #509
Comments
Hi @afdhalrashid, the best way to update pangolin depends on the way that you installed pangolin. https://cov-lineages.org/resources/pangolin/updating.html covers the two main types of installation: Bioconda/mamba installation and development mode installation. It doesn't completely cover the case of merging upstream changes to the main cov-lineages/pangolin repository on github with changes that you have made locally.
If you did the development mode installation and especially if you modified the source code, then don't use
Yes. If you have made changes to the source code then it might be a little more complicated than simply running
|
I believe using "conda update pangolin" will update the package inside pangolin.
While git pull will update the our local pangolin source code.
For update minor release, "pangolin --update". What's the differences? And lastly "pangolin --update-data" .
So which command need to use to update PANGOLIN, either source code and it's data.
Thanks
The text was updated successfully, but these errors were encountered: