fastq-dump 报错 解决方案

命令行:

~/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

原文地址:https://www.cnblogs.com/emanlee/p/3350057.html