上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 367 下一页
摘要: 001、输出fastq的ID [root@PC1 test02]# ls a.fastq test.py [root@PC1 test02]# cat a.fastq ## 测试fasq数据,一共两个reads @SRR8442980.988/2 AAGG + :FFF @SRR8442980.11 阅读全文
posted @ 2023-06-23 23:57 小鲨鱼2018 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test02]# ls test.fastq [root@PC1 test02]# cat test.fastq ## 测试fastq数据 @SRR8442980.988/2 AAGG + :FFF @SRR8442980.988/2 AAGGTC + :FFF:, @ 阅读全文
posted @ 2023-06-23 23:05 小鲨鱼2018 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 001、 阅读全文
posted @ 2023-06-23 19:08 小鲨鱼2018 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 001、问题 cmake 报错 [root@PC1 build]# cmake .. 002、解决方法, 下载zlib并安装 官网:http://www.zlib.net/ a、下载 b、解压并安装 [root@PC1 software]# tar -xzvf zlib-1.2.13.tar.gz 阅读全文
posted @ 2023-06-23 19:05 小鲨鱼2018 阅读(1119) 评论(0) 推荐(0) 编辑
摘要: 001、问题 CMake Error at /root/anaconda3/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message): Failed to fi 002、 报错原因 centos中没有安装opengl依赖库 解决方法如下: [root 阅读全文
posted @ 2023-06-23 12:13 小鲨鱼2018 阅读(385) 评论(0) 推荐(0) 编辑
摘要: 001、问题 -- Checking for curses support - Failed 002、解决方法 [root@PC1 cmake-3.27.0-rc3]# yum -y install ncurses-devel 003、再次编译(解决curses报错) [root@PC1 cmake 阅读全文
posted @ 2023-06-23 12:05 小鲨鱼2018 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 系统是centos7.6 001、问题 -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system vari 002、解决方法 [root@PC1 cmake-3.27.0-rc3]# yum 阅读全文
posted @ 2023-06-23 11:57 小鲨鱼2018 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: 可以分为两种情况: a、误删的文件正在被进程所使用 b、误删的文件没有被进程使用 001、 [root@PC1 test01]# ls [root@PC1 test01]# seq 5 > a.txt ## 创建测试文件 [root@PC1 test01]# ls a.txt [root@PC1 t 阅读全文
posted @ 2023-06-22 23:28 小鲨鱼2018 阅读(658) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test01]# ls a.txt c.txt x.txt [root@PC1 test01]# ls -l ## 测试数据 total 12 -rw-r--r--. 1 root root 6 Jun 22 23:00 a.txt -rw-r--r--. 1 root 阅读全文
posted @ 2023-06-22 23:09 小鲨鱼2018 阅读(438) 评论(0) 推荐(0) 编辑
摘要: 001、-s 将多个连续的字符压缩为一个字符 [root@PC1 test01]# ls a.txt [root@PC1 test01]# cat a.txt ## 测试数据 ddddfffabccccc lerrrrdddd [root@PC1 test01]# cat a.txt | tr -s 阅读全文
posted @ 2023-06-22 22:37 小鲨鱼2018 阅读(53) 评论(0) 推荐(0) 编辑
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 367 下一页