Is their a way to update HtSeq without uninstalling it?
0
1
Entering edit mode
4.8 years ago
Rimma ▴ 30

Is there a command to update the version of HtSeq without uninstalling it and installing again?

rna-seq • 1.7k views
ADD COMMENT
1
Entering edit mode

How about using conda?

conda search htseq

followed by

conda create -n htseq_new htseq (if you want the latest)

activate the new environment to use latest htseq.

conda activate htseq_new
ADD REPLY
0
Entering edit mode

I am working on the cluster and there is no conda environment installed... Is there a way without using conda?

ADD REPLY
2
Entering edit mode

You can install conda in 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 $PATH to ensure that it is the only (or first thing) in your $PATH to use it.

ADD REPLY
2
Entering edit mode

You could also try with pip if pip is installed.

sudo pip install htseq --upgrade
ADD REPLY
0
Entering edit mode

Normal user unlikely to have sudo access on cluster.

ADD REPLY
0
Entering edit mode

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:)

ADD REPLY
0
Entering edit mode

If they do that it would be the best solution :-)

ADD REPLY

Login before adding your answer.

Traffic: 1662 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6