SRA tool kit 2.9.4
1
0
Entering edit mode
5.2 years ago

Hy , I am looking to install NCBI SRA tool kit 2.9.4 current version in my linux ubuntu distribution. I have downloaded from from NCBI SRA link and unzip it by using tar -xvf command. I am looking for help to know how I can feed it to my machine so that I can use prefetch and fastq dump options. bc sudo apt-get install command is not working in this case. any help please. thanks

software error • 3.4k views
ADD COMMENT
0
Entering edit mode
ADD REPLY
0
Entering edit mode

Hi, is there any video about it?

ADD REPLY
0
Entering edit mode

ADD REPLY
0
Entering edit mode
5.2 years ago
h.mon 35k

You have to add the downloaded binaries to the PATH environment variable. Assuming you downloaded the ubuntu version (sratoolkit.2.9.4-1-ubuntu64.tar.gz), after you untarred it:

cd ./sratoolkit.2.9.4-1-ubuntu64/bin/
export PATH=$PATH:$(pwd)

Also, please be precise and provide more details when asking questions:

bc sudo apt-get install command is not working in this case.

What are the error messages? What doesn't work, installing SRAtoolkit, or using it after installing? Which SRAtoolkit did you download?

ADD COMMENT

Login before adding your answer.

Traffic: 2698 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