美文网首页
fastq-dump报错

fastq-dump报错

作者: 灵动的小猪 | 来源:发表于2018-06-17 15:51 被阅读43次

fastq-dump报错

有时在使用fastq-dump转换sra文件时,可能遇到下面的错误

fastq-dump --split-3 file.sra

An error occurred during processing.
A report was generated into the file '/root/ncbi_error_report.xml'.
If the problem persists, you may consider sending the file
to 'sra@ncbi.nlm.nih.gov' for assistance.

这是因为你的磁盘不够了,文件写不下去了,这时就需要清理文件了,或者在输出fastq文件时进行压缩

fastq-dump --split-3 --gzip file.sra

相关文章

网友评论

      本文标题:fastq-dump报错

      本文链接:https://www.haomeiwen.com/subject/wduweftx.html