上一页 1 2 3 4 5 6 7 8 9 ··· 403 下一页
摘要: 001、 情形1 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 01 02 03 04 0ababab5 06 07 08 09 10 11 12 13 14 15 16 1ababab7 18 [root@PC1 test 阅读全文
posted @ 2025-08-08 12:02 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: 001、 Linux中 sed -s选项 -s, --separate # 单独处理每个文件 将多个输入文件视为独立的文件流 行号计数器在每个文件重置(从1开始) 地址范围(如 1,10)应用于每个单独文件 不影响跨文件的模式空间保持(hold space) [root@PC1 test]# ls 阅读全文
posted @ 2025-08-08 11:42 小鲨鱼2018 阅读(12) 评论(0) 推荐(0)
摘要: 001、busco软件的安装以及使用 conda create --name busco conda activate busco conda install -c conda-forge -c bioconda busco=5.6.0 002、测试效果 busco --version 003、测试 阅读全文
posted @ 2025-08-04 09:51 小鲨鱼2018 阅读(132) 评论(0) 推荐(0)
摘要: 001、当协变量给前3个PCA时,结果为NA 002、当协变量给前2个PCA时,结果正常 。 阅读全文
posted @ 2025-08-03 17:57 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: 001、 y=Xβ+Zu+ϵ 02、 。 阅读全文
posted @ 2025-08-01 12:11 小鲨鱼2018 阅读(7) 评论(0) 推荐(0)
摘要: 01、选择指数法: 02、 。 阅读全文
posted @ 2025-08-01 11:55 小鲨鱼2018 阅读(6) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls hello.py [root@PC1 test]# cat hello.py #!/usr/bin/env python # -*- coding:utf-8 -*- import argparse ## 导入模块 parser = argparse 阅读全文
posted @ 2025-07-29 17:36 小鲨鱼2018 阅读(4) 评论(0) 推荐(0)
摘要: 001、python中tqmd函数实现for循环的进度条 [root@PC1 test]# ls test.py [root@PC1 test]# cat test.py #!/usr/bin/env python # -*- coding:utf-8 -*- from tqdm import tq 阅读全文
posted @ 2025-07-29 17:13 小鲨鱼2018 阅读(19) 评论(0) 推荐(0)
摘要: 001、 读取数据,并显示数据的维度 [root@PC1 test]# ls a.out test.py [root@PC1 test]# cat a.out ## 测试数据 id pos gpos p1 ihh1 . 7111 0.007111 0.139456 0.00604659 . 7148 阅读全文
posted @ 2025-07-29 09:32 小鲨鱼2018 阅读(9) 评论(0) 推荐(0)
摘要: 001、 expr [root@localhost test]# expr 3 + 5 8 [root@localhost test]# expr 3 - 5 -2 [root@localhost test]# expr 3 * 5 15 [root@localhost test]# expr 3 阅读全文
posted @ 2025-07-28 21:51 小鲨鱼2018 阅读(8) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 403 下一页