首页 > 其他分享 >fastq-dump quit with error code 3

fastq-dump quit with error code 3

时间:2024-01-18 13:00:37浏览次数:28  
标签:test1 quit code fastq PC1 SRR11076280 110.242 root

 

001、sra数据转换fastq数据报错如下:

 

002、报错产生的原因“:

没有网络连接。

 

003、验证

a、无网络连接

[root@PC1 test1]# ls
SRR11076280
[root@PC1 test1]# ping -c 3 www.baidu.com                        ## 检测网络连通性
ping: www.baidu.com: Name or service not known
[root@PC1 test1]# fastq-dump --split-files SRR11076280           ##  将sra数据转换为fastq
2024-01-18T12:49:09 fastq-dump.3.0.10 warn: directory not found while opening manager within virtual file system module - can't open CM004562.1 as a RefSeq or as a WGS
2024-01-18T12:49:09 fastq-dump.3.0.10 err: directory not found while opening manager within virtual file system module - failed SRR11076280

=============================================================
An error occurred during processing.
A report was generated into the file '/root/ncbi_error_report.txt'.
If the problem persists, you may consider sending the file
to '[email protected]' for assistance.
=============================================================

fastq-dump quit with error code 3

 

b、有网络连接

[root@PC1 test1]#  ls
SRR11076280
[root@PC1 test1]# ping -c 3 www.baidu.com                  ## 网络连通性
PING www.a.shifen.com (110.242.68.3) 56(84) bytes of data.
64 bytes from 110.242.68.3 (110.242.68.3): icmp_seq=1 ttl=128 time=13.8 ms
64 bytes from 110.242.68.3 (110.242.68.3): icmp_seq=2 ttl=128 time=17.4 ms
64 bytes from 110.242.68.3 (110.242.68.3): icmp_seq=3 ttl=128 time=15.6 ms

--- www.a.shifen.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 13.843/15.672/17.495/1.490 ms
[root@PC1 test1]# fastq-dump --split-files SRR11076280        ## 转换为fastq,可以正确转换
^C[root@PC1 test1]# ls
SRR11076280  SRR11076280_1.fastq  SRR11076280_2.fastq
[root@PC1 test1]# ll -h
total 6.3G
-rw-r--r--. 1 root root 6.2G Jan 18 20:40 SRR11076280
-rw-r--r--. 1 root root  39M Jan 18 20:53 SRR11076280_1.fastq
-rw-r--r--. 1 root root  39M Jan 18 20:53 SRR11076280_2.fastq

 

 

标签:test1,quit,code,fastq,PC1,SRR11076280,110.242,root
From: https://www.cnblogs.com/liujiaxin2018/p/17972270

相关文章

  • Code Review、InLineChat、RAG能力全部独家提供,这波上新CodeGeeX平替Github Copilot稳
    智谱AI2024年度的技术开放日上,CodeGeeX重磅发布第三代模型。针对CodeGeeX插件产品的系列新功能,也同时上线发布,提供给用户免费使用。一、第三代模型性能全面提升CodeGeeX第三代模型正式发布,基础能力全面提升。针对Python、Java、JavaScript、C++、Golang五种主流编程语言,代......
  • 智能开发助手——华为云CodeArts Snap,揭开智能研发新篇章
    AIGC浪潮席卷全球,大模型技术应用到软件开发领域,正在颠覆传统的软件工程。华为云CodeArtsSnap是一款基于大模型技术打造的智能开发助手,旨在提高开发人员的生产力和代码质量,为开发者带来全新的编程方式和体验。▶华为云智能开发助手CodeArtsSnap,源于华为自身的研发实践华为拥有千亿......
  • 记录 | vscode json美化插件JSON Tools
    安装插件JSONTools原来的json的样子:JSONTools美化/格式化快捷键Ctrl+Alt+M(windows)/Command+Option+M(Mac),然后效果如下:......
  • 记录 | conda报错:conda json.decoder.JSONDecodeError: Expecting value: line 1 colu
    condacreate的时候报错:condajson.decoder.JSONDecodeError:Expectingvalue:line1column1(char0)解决办法:condaclean-i......
  • CodeForces 986F Oppa Funcan Style Remastered
    洛谷传送门CF传送门有意思的。对\(k\)分解质因数,题目实际上是想让我们解一个\(\sum\limits_{i=1}^ma_ix_i=n\)的方程。考虑\(m=1\)特判,\(m=2\)exgcd。\(m=3\)时发现\(\min\limits_{i=1}^ma_i\lek^{\frac{1}{3}}\le10^5\),所以可以跑同余最短路。......
  • AtCoder ABC 270 复盘
    A1-2-4TestACCodeBHammerACCodeCSimplepathACCodeDStones完全背包的应用。ACCodeEAppleBasketsonCircle有一点数学,又有一点贪心,还有二分。首先将每个篮子取走\(\min_{1\leqi\leqn}(A_i)\)个苹果,然后再不断扫描数组,按照题意取走苹果。ACCode......
  • 国产最强的 AI 代码生成插件:CodeGeeX
    国产最强的AI代码生成插件:CodeGeeX学习改变命运,技术铸就辉煌。大家好,我是銘,AI已经火了一年多了,国内很多公司也都开始开发了很多AI工具。今天我们就来聊一聊国产的AI代码生成工具CodeGeex。官方介绍首先,我们来看一下官方对它的介绍CodeGeeX是一款基于大模型的智......
  • CodeForces 814E An unavoidable detour for home
    洛谷传送门CF传送门考虑给图分层,一层的点一一对应上一层的一些点。设\(f_{i,j}\)为考虑了前\(i\)个点,最后一层有\(j\)个点,除了最后一层点的其他点度数限制已经满足的方案数。转移系数是\(g_{i,j,k}\)表示这一层有\(i\)个点,上一层有\(j\)个\(2\)度点,\(k\)个......
  • AtCoder ABC 267 复盘
    ASaturdayACCodeBSplit?ACCodeCIndex×A(Continuousver.)本题可以采用类似滑动窗口的做法,使得时间复杂度降至\(O(n+m)\)。ACCodeDIndex×A(NotContinuousver.)本题是典型的01背包问题,只需要对值进行相应的修改即可。ACCodeEErasingVertices2本题......
  • AtCoder Beginner Contest 336
    题目链接:AtCoderBeginnerContest336A-LongLoong题意:输出Long,其中'o'的数量等于n解题思路:签到(其实没看清楚题目wa了一发)查看代码voidsolve(){ intn; cin>>n; cout<<'L'; while(n--)cout<<'o'; cout<<"ng";}......