SRA ToolKit: can't verify binaries
0
0
Entering edit mode
20 months ago
Izzy • 0

Hello!

I am installing the SRA toolkit. After running:

which fastq-dump

to test if the binaries are found by the shell no output is given. It is supposed to give an output similar to:

/Users/JoeUser/sratoolkit.3.0.0-ubuntu64/bin/fastq-dump

Prior to running which fastq-dump I ran:

export PATH=$PATH:$PWD/sratoolkit.3.0.0-ubuntu64/bin

Any help is appreciated!

SRA ToolKit fastq-dump • 624 views
ADD COMMENT
1
Entering edit mode

export PATH=$PATH:$PWD/sratoolkit.3.0.0-ubuntu64/bin

Why not use export PATH=$PATH:/path_to/sratoolkit.3.0.0-ubuntu64/bin? $PWD may have been some other directory when you executed this command.

ADD REPLY

Login before adding your answer.

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