上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 403 下一页
摘要: --max-missing 参数表示:最大的丢失率不超过 1-xxxx。 (base) [root@PC1 test]# ls outcome.map outcome.ped outcome.vcf (base) [root@PC1 test]# cat outcome.map 1 snp1 0 5 阅读全文
posted @ 2023-05-28 12:34 小鲨鱼2018 阅读(953) 评论(0) 推荐(0)
摘要: aaaa、#和%表示的是匹配删除 001、 # 表示从左侧删除匹配的字符, 单个#号表示非贪婪匹配, 两个#号表示贪婪匹配 [root@PC1 test]# ls [root@PC1 test]# var=http://www.aaa.com/123.htm ## 测试字符串 [root@PC1 t 阅读全文
posted @ 2023-05-28 00:10 小鲨鱼2018 阅读(28) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls a.txt b.txt c.txt [root@PC1 test]# find *.txt a.txt b.txt c.txt [root@PC1 test]# find *.txt | awk '{print "mv", $0, $0".bak"} 阅读全文
posted @ 2023-05-27 23:01 小鲨鱼2018 阅读(287) 评论(0) 推荐(0)
摘要: 001、grep实现 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 234 fw3mh i86st sfg yzv e32kut zd7 utes eywq [root@PC1 test]# grep -o ".$" a.t 阅读全文
posted @ 2023-05-27 22:33 小鲨鱼2018 阅读(1166) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt ## 测试数据 30 y 10 t 40 d 20 w ## 借助数组来实现 [root@PC1 test]# awk '{ay[NR] = $1; sum += $1} END {f 阅读全文
posted @ 2023-05-25 16:53 小鲨鱼2018 阅读(289) 评论(0) 推荐(0)
摘要: 001、系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 002、安装依赖 [root@PC1 software]# yum install -y gcc libuuid-deve 阅读全文
posted @ 2023-05-23 00:42 小鲨鱼2018 阅读(569) 评论(0) 推荐(0)
摘要: 官网:https://mamba.readthedocs.io/en/latest/installation.html 001、系统 [root@PC1 ~]# cat /etc/system-release CentOS Linux release 7.6.1810 (Core) 002、使用sh 阅读全文
posted @ 2023-05-22 22:25 小鲨鱼2018 阅读(959) 评论(0) 推荐(0)
摘要: 001、系统 [root@PC1 software]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 002、下载安装包 [root@PC1 software]# wget https://github.com/conda- 阅读全文
posted @ 2023-05-22 17:03 小鲨鱼2018 阅读(706) 评论(0) 推荐(0)
摘要: 001、ES工程测试版(简称ES) 002、Genuine Intel(R) CPU 是:正式版(性能最好) 003、OEM:是CPU厂商专门为某个品牌生产并打上该品牌的字样的CPU 阅读全文
posted @ 2023-05-21 23:36 小鲨鱼2018 阅读(467) 评论(0) 推荐(0)
摘要: 001、uname -m [root@PC1 ~]# uname -m x86_64 002、arch [root@PC1 ~]# arch x86_64 003、lscpu [root@PC1 ~]# lscpu 阅读全文
posted @ 2023-05-21 23:33 小鲨鱼2018 阅读(353) 评论(0) 推荐(0)
上一页 1 ··· 116 117 118 119 120 121 122 123 124 ··· 403 下一页