上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 408 下一页
摘要: 001、问题 src/delly.h:8:42: fatal error: boost/graph/adjacency_list.hpp: No such file or directory 002、解决方法 (py37) [root@localhost delly-1.1.5]# yum inst 阅读全文
posted @ 2022-10-02 18:18 小鲨鱼2018 阅读(115) 评论(0) 推荐(0)
摘要: 001、系统 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、创建python2.7环境 [root@localhost ~]# conda create -n py27 pyt 阅读全文
posted @ 2022-10-02 18:03 小鲨鱼2018 阅读(204) 评论(0) 推荐(0)
摘要: 001、利用conda创建py2.7环境 conda create -n py27 python=2.7 ## 创建py2.7环境 002、进入python2.7环境 conda activate py27 003、利用conda安装lumpy软件 conda install -c bioconda 阅读全文
posted @ 2022-10-02 17:49 小鲨鱼2018 阅读(156) 评论(0) 推荐(0)
摘要: 001、系统 [root@localhost home]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、查看当前glibc版本 [root@localhost home]# ldd --version ldd (G 阅读全文
posted @ 2022-09-30 16:03 小鲨鱼2018 阅读(4394) 评论(0) 推荐(0)
摘要: 001、 ldd --version 阅读全文
posted @ 2022-09-30 15:51 小鲨鱼2018 阅读(98) 评论(0) 推荐(0)
摘要: 001、问题 002、解决方法 wget -c https://github.com/ldc-developers/ldc/releases/download/v1.30.0/ldc2-1.30.0-linux-x86_64.tar.xz tar -xJvf ldc2-1.30.0-linux-x8 阅读全文
posted @ 2022-09-30 15:48 小鲨鱼2018 阅读(69) 评论(0) 推荐(0)
摘要: 001、系统 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、当前make版本 [root@localhost ~]# make --version GNU Make 3.82 阅读全文
posted @ 2022-09-30 15:47 小鲨鱼2018 阅读(3010) 评论(0) 推荐(1)
摘要: 001、系统 [root@localhost home]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、当前gcc 及 g++版本 [root@localhost home]# gcc --version gcc 阅读全文
posted @ 2022-09-30 11:44 小鲨鱼2018 阅读(1835) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test2]# ls a.txt [root@PC1 test2]# cat a.txt ## 测试文件 SVLEN=-100 SVTYPE=DEL SVLEN=-62 SVTYPE=RPL NTLEN=25 HOMSEQ=G SVLEN=-100 SVTYPE=DEL 阅读全文
posted @ 2022-09-29 22:19 小鲨鱼2018 阅读(163) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试文件 243 fsab 989a 34b sa 1113 ab34 df3 add gabe kkkk abk [root@PC1 test]# sed 's/ /\n/g' 阅读全文
posted @ 2022-09-29 22:00 小鲨鱼2018 阅读(75) 评论(0) 推荐(0)
上一页 1 ··· 165 166 167 168 169 170 171 172 173 ··· 408 下一页