More posts like this
-
How to update R on ubuntu
written by Bosberg •I'm trying to update to the latest version of R on Ubuntu with the following command: ``` $sudo apt-get -y install r-base ... Reading package …
-
Update MitoZ 3.4 to 3.5
written by manaswiniparija3 •I have already installed MitoZ 3.4 in a ubuntu system. I want to update the version to 3.5. Is there a way to update it …
-
HTSeq Import Error Re: Working vs Build Directory
written by James Sacco •**Problem:** I am trying to run a python3 script that imports HTSeq, but I have a conflict regarding the "build directory." **Background:** I have set …
-
Trimming adaptors with trimmomatic
written by Rimma •I checked my reads with fastQC and found an overrepresentation of Illumina adpaters: https://ibb.co/ftDW6sK ![enter image description here][1] So I trimmed it using trimmomatic and …
-
HTseq: Error occured when reading beginning of SAM/BAM file.
written by maple964 •Dear all, I tried to use HTseq for a week because I want to use "--nonunique" function. However Error occured when reading beginning of SAM/BAM …
-
Webapollo - dbxref - cross links to external databases
written by Juke34I'm pretty sure to have seen cross links to external databases when clicking on dbxref attributes in old version of webapollo. I have installing the …
-
Update samtools to the latest version
written by Gene_MMP8Apologies if this has already been answered, but if I want to update samtools 1.3 to the latest release, what's the best way to go …
-
Help Installing Latest Version of Htseq-count
written by oma219 •Hello, I'm trying to install the latest version of the htseq-count (0.6.1) so I downloaded the HTSeq package found at this website (https://pypi.python.org/pypi/HTSeq) and extracted …
-
What is difference between default mode and with parameter mode in HTSeq?
written by PK •Hi, I am working with RNA-Sequencing data analysis. I was confused with my outputs. I have a condition for my analysis. First, i did HTSeq …
-
Checking Version of Bioconductor
written by gaiusjaugustus~~I am trying to update my bioconductor to the latest version (3.0+). I currently have R 3.2.1 and Bioconductor 2.28. When I run BiocUpdate, it …
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 :-)