上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 367 下一页
摘要: 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 阅读(142) 评论(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 阅读(81) 评论(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 阅读(3001) 评论(0) 推荐(0) 编辑
摘要: 001、 ldd --version 阅读全文
posted @ 2022-09-30 15:51 小鲨鱼2018 阅读(79) 评论(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 阅读(52) 评论(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 阅读(2089) 评论(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 阅读(1455) 评论(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 阅读(142) 评论(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 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 001、 shell实现 [root@PC1 test]# ls test.fa [root@PC1 test]# cat test.fa ## 测试fasta文件 > chr1 ddddgggg ddfgg > chr2 eertttt dddddg > chr3 dfdfgggg lljhhhh 阅读全文
posted @ 2022-09-28 15:58 小鲨鱼2018 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 367 下一页