SRA ToolKit: can't verify binaries
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!
• 955 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Why not use
export PATH=$PATH:/path_to/sratoolkit.3.0.0-ubuntu64/bin?$PWDmay have been some other directory when you executed this command.