Skip to content

fastq-dump -X 1 -Z SRR1553591 Error #209

Answered by ialbert
ShakySion asked this question in Q&A
Discussion options

You must be logged in to vote

The commands to install the official version of the sratools would be:

# Go to bin directory
cd ~/bin

# Download the software
wget http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/current/sratoolkit.current-ubuntu64.tar.gz

# Unpack the software 
tar -zxvf sratoolkit.current-ubuntu64.tar.gz

# Add the new directory to the path
echo 'export PATH=~/bin/sratoolkit.2.11.2-ubuntu64/bin:$PATH' >> ~/.bashrc

restart the terminal and check wich version of fastq-dump is found

which fastq-dump

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@ShakySion
Comment options

@d2mcbrid
Comment options

@ialbert
Comment options

Answer selected by ShakySion
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants