Entering edit mode
6.3 years ago
Rimma
▴
30
Is there a command to update the version of HtSeq without uninstalling it and installing again?
Is there a command to update the version of HtSeq without uninstalling it and installing again?
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
How about using conda?
followed by
activate the new environment to use latest htseq.
I am working on the cluster and there is no conda environment installed... Is there a way without using conda?
You can install
condain user space, your own directories. No root access is needed so it is easy to do. Check the tutorial from @finswimmer I linked above.If you don't want to do that then you will need to clone/download htseq version you want/need. Install it in your own directory. Modify
$PATHto ensure that it is the only (or first thing) in your$PATHto use it.You could also try with pip if pip is installed.
Normal user unlikely to have
sudoaccess on cluster.We do have but it replies with this quote: "With great power comes great responsibility." :D This cooled down my ardour a bit and I wrote to the user support to update the programme:)
If they do that it would be the best solution :-)