命令行:
~/sratoolkit/sratoolkit.2.3.2/bin/fastq-dump --split-spot --gzip xxxx.sra
报错信息:
fastq-dump.2.3.2 err: name not found while resolving tree within virtual file system module - failed to open 'xxxx.sra'
解决方法:
找不到xxx.sra,就给它全路径就可以了
the problem happens when you use a local path for the SRA file. Try using the absolute path! fastq-dump /data/etc/SRR00000.sra should do the trick
http://seqanswers.com/forums/showthread.php?t=29447