上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 403 下一页
摘要: 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 阅读(2947) 评论(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 阅读(1822) 评论(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 阅读(157) 评论(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 阅读(71) 评论(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 阅读(172) 评论(0) 推荐(0)
摘要: 001、问题 (普通用户没有sudoer权限) 002、解决方法 [liujiaxin01@PC1 coreutils-8.32]$ su - root ## 切换至root用户 Password: Last login: Wed Sep 28 11:22:11 CST 2022 on pts/1 阅读全文
posted @ 2022-09-28 11:29 小鲨鱼2018 阅读(70) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls a.txt [root@PC1 test]# cat a.txt h d w q g d t [root@PC1 test]# sed -n "$a,$b"p a.txt ## 同时传入两个变量参数 d w q 阅读全文
posted @ 2022-09-26 12:11 小鲨鱼2018 阅读(236) 评论(0) 推荐(0)
摘要: 001、 [root@PC1 test]# ls 10.txt 1.txt 4.txt 7.txt a.txt [root@PC1 test]# rm -f {0..9}* ## 删除当前目录中所有以数字开头的文件 [root@PC1 test]# ls a.txt 阅读全文
posted @ 2022-09-26 11:40 小鲨鱼2018 阅读(667) 评论(0) 推荐(0)
摘要: 在文件的行首添加一行。 001、 echo 实现 [root@PC1 test2]# ls a.txt [root@PC1 test2]# cat a.txt ## 测试文件 a b c [root@PC1 test2]# echo "xxx" | cat - a.txt ## echo实现 xxx 阅读全文
posted @ 2022-09-26 11:06 小鲨鱼2018 阅读(7821) 评论(0) 推荐(0)
摘要: pindel官网:http://gmt.genome.wustl.edu/packages/pindel/ 001、基本用法 pindel -i simulated_config.txt -f simulated_reference.fa -o xxxxx -c ALL 其中 -i参数用于指定配置文 阅读全文
posted @ 2022-09-25 22:29 小鲨鱼2018 阅读(521) 评论(0) 推荐(0)
上一页 1 ··· 161 162 163 164 165 166 167 168 169 ··· 403 下一页