Hi Simon,
to update HTSeq is this procedure correct?
First I run the shell script 'clean' in the HTSeq directory to remove the previous version of HTSeq and then I install the last version HTSeq?
Am I missing something?
Hi Simon,
to update HTSeq is this procedure correct?
First I run the shell script 'clean' in the HTSeq directory to remove the previous version of HTSeq and then I install the last version HTSeq?
Am I missing something?
Thank you
Ugo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, you should not run "clean". Just start Python, type import HTSeq; print HTSeq.__file__
to see where Python had installed HTSeq to and delete this directory.
Last edit: Simon Anders 2013-12-05
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Simon,
to update HTSeq is this procedure correct?
First I run the shell script 'clean' in the HTSeq directory to remove the previous version of HTSeq and then I install the last version HTSeq?
Am I missing something?
Thank you
Ugo
No, you should not run "clean". Just start Python, type
import HTSeq; print HTSeq.__file__
to see where Python had installed HTSeq to and delete this directory.
Last edit: Simon Anders 2013-12-05