Hi,
I have OrthoFinder 1.0.7 installed in my workstation (OS- Ubuntu16.04). It is installed in bin dir in HOME. But, it is not working properly, It has been updated thrice since this release and the latest version is v1.1.4.
- How can I update my version? $ sudo apt-get update did not work.
and if not possible
- How can I uninstall it so that I can install the latest version? I tried
$ sudo apt-get --purge remove OrthoFinder
and
$ sudo apt-get --purge remove OrthoFinder-1.0.7
but both returned,
E: Unable to locate package OrthoFinder.
p.s. I did rename my dir from OrthoFinder-1.0.7 to OrthoFinder :(
Then rename the directory back to original name and see if uninstall works.
This is likely not a ubuntu package, and not managed by apt. How did you install it the first time, it is mot likely updated in the same way as initially installed.
According to the manual, we just need to download and untar the file and it should run. Test we need to run
OrthoFinder: OrthoFinder-1.0.6/orthofinder -h. OrthoFinder
and it printed its ‘help’ text. I realized what you are saying so I tried to remove it using the --purge command but was unsuccessful. Since, it did not involve any configuring or installation, will simple "remove" work??
You can simply delete the folder and content using rm, apt or apt -get only work with repository packages. OrthoFinder is a python script, so you need python installed, and it lists some dependencies in its manual: https://github.com/davidemms/OrthoFinder/blob/master/OrthoFinder-manual.pdf
ok. I hv installed all the dependencies mentioned and checked them. But somehow it's always returns that blast+ is not installed although it is and works separately and prints all help text (I posted this issue but couldn't get any help) So, I am guessing may be there's some problem with this version and want to try with the latest version.