上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 403 下一页
摘要: 001、安装命令 pip install git+https://github.com/popgenmethods/smcpp 002、安装效果 which smc++ 。 003、 smc++ --help 。 阅读全文
posted @ 2025-04-17 12:10 小鲨鱼2018 阅读(46) 评论(0) 推荐(0)
摘要: 001、问题: 002、解决方法: pip install Cython 阅读全文
posted @ 2025-04-17 10:01 小鲨鱼2018 阅读(165) 评论(0) 推荐(0)
摘要: 001、Linux中 ldconfig -p 命令 在 Linux 系统中,ldconfig -p 命令用于 列出系统中所有已知的动态库。这个命令会显示已经配置到 动态链接器缓存(ld.so.cache) 中的所有共享库。通过这个缓存,系统可以更快地找到动态库文件。 阅读全文
posted @ 2025-04-17 09:56 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: 001、 ensemble geneID如何转换为gene symbol 002、 https://www.cnblogs.com/chenwenyan/p/15064848.html 阅读全文
posted @ 2025-04-16 19:46 小鲨鱼2018 阅读(45) 评论(0) 推荐(0)
摘要: 001、删除左侧第一个句号后边的所有内容 [root@PC1 test]# test="kk.aa.ee.ww" ## 测试变量 [root@PC1 test]# echo $test kk.aa.ee.ww [root@PC1 test]# result=${test%%.*} ## 删除左侧第一 阅读全文
posted @ 2025-04-16 09:51 小鲨鱼2018 阅读(10) 评论(0) 推荐(0)
摘要: 001、 [b20223040323@admin2 test10]$ ls a.txt [b20223040323@admin2 test10]$ cat a.txt ## 测试数据 1.04089e-05 0.579063 1.22069e-05 1.1133e-05 0.517721 -1.10 阅读全文
posted @ 2025-04-15 00:05 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: shell脚本如何统计文本中特定字符连续出现的最多次数 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 32543aa8324daaaaa889 3244aa6666 [root@PC1 test]# grep -o 阅读全文
posted @ 2025-04-11 15:39 小鲨鱼2018 阅读(10) 评论(0) 推荐(0)
摘要: 001、问题 环境变量处理失误导致基础命令调不出来: [root@PC1 ~]# ls bash: ls: command not found... Packages providing this file are: 'coreutils-single' 'coreutils' 002、应急方法 [ 阅读全文
posted @ 2025-04-11 10:00 小鲨鱼2018 阅读(28) 评论(0) 推荐(0)
摘要: 001、问题 002、解决方法: 下载安装包: https://ctan.org/tex-archive/support/epstopdf 003、 unzip epstopdf.zip cd epstopdf/ cp epstopdf.pl epstopdf.pl_backup mv epstop 阅读全文
posted @ 2025-04-11 09:32 小鲨鱼2018 阅读(65) 评论(0) 推荐(0)
摘要: 001、pt.cex=3.5 选项 legend("bottomright",legend=c(paste0(" Selected region (","wild",")"), paste0(" Selected region (","cultivated",")")), pch=21,col=c( 阅读全文
posted @ 2025-04-09 20:45 小鲨鱼2018 阅读(58) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 403 下一页