会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小鲨鱼2018
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
112
113
114
115
116
117
118
119
120
···
408
下一页
2023年6月24日
如何统计参考基因组的大小
摘要: 以绵羊为例: 001、下载绵羊参考基因组 a、 b、 [root@PC1 test02]# wget https://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/016/772/045/GCF_016772045.1_ARS-UI_Ramb_v2.0/GCF_01677
阅读全文
posted @ 2023-06-24 23:48 小鲨鱼2018
阅读(225)
评论(0)
推荐(0)
2023年6月23日
python 中 Bio中SeqIO模块处理fastq数据
摘要: 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
阅读(408)
评论(0)
推荐(0)
linux 中shell脚本实现统计每一个read的长度
摘要: 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
阅读(78)
评论(0)
推荐(0)
Source distributions 和 Binary distributions:
摘要: 001、
阅读全文
posted @ 2023-06-23 19:08 小鲨鱼2018
阅读(38)
评论(0)
推荐(0)
Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
摘要: 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
阅读(2163)
评论(0)
推荐(0)
CMake Error at /root/anaconda3/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake:9 (message): Failed to fi
摘要: 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
阅读(588)
评论(0)
推荐(0)
-- Checking for curses support - Failed
摘要: 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
阅读(201)
评论(0)
推荐(0)
-- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system vari
摘要: 系统是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
阅读(2032)
评论(0)
推荐(0)
2023年6月22日
linux 中误删文件的恢复(被进程占用)
摘要: 可以分为两种情况: 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
阅读(957)
评论(0)
推荐(0)
linux 中 ls 命令中的-r 和 -t选项
摘要: 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
阅读(596)
评论(0)
推荐(0)
上一页
1
···
112
113
114
115
116
117
118
119
120
···
408
下一页
公告