Question: How to update Galaxy?
1
aymenbenchaalia1 • 10 wrote:
How I can Upadte the version of Galaxy !!!!! I'am trying this command
git checkout release_17.05 && git pull --ff-only origin release_17.05
but she doesn't work
What output are you getting? Try to describe what does not work.
Was your original Galaxy local install through Git? e.g. http://getgalaxy.org
yes the original Galaxy has been installed via Git
I tried updating galaxy with the same command given above.
Error: Error fatal : not a git repository (or any of the parent directories).git
We got the below given error as well:
error: pathspec 'release_17.05' did not match any file(s) known to git.
Kindly help in resolving this issue.
Thanks
The first error seems like you are executing the update command outside of the Galaxy folder, change into galaxy directory and try again.
How did you originally install your Galaxy?
I have tried it in the Galaxy directory only.
I will try once again and get back to you.
Thank you Martin