上一页 1 ··· 203 204 205 206 207 208 209 210 211 ··· 403 下一页
摘要: 001、 root@DESKTOP-1N42TVH:/home/test5# ls record.sh region.bed root@DESKTOP-1N42TVH:/home/test5# wc -l region.bed ## 测试数据 1058 region.bed root@DESKTOP 阅读全文
posted @ 2022-07-19 12:51 小鲨鱼2018 阅读(111) 评论(0) 推荐(0)
摘要: 001、 root@DESKTOP-1N42TVH:/home/test5/test/test# cat a.txt 5 8 2 7 9 30 1 10 3 6 7 5 root@DESKTOP-1N42TVH:/home/test5/test/test# awk '{if(NR == 1) {mi 阅读全文
posted @ 2022-07-19 09:56 小鲨鱼2018 阅读(764) 评论(0) 推荐(0)
摘要: 001、 root@DESKTOP-1N42TVH:/home/test5/test/test# ls a.txt root@DESKTOP-1N42TVH:/home/test5/test/test# cat a.txt 1570051 1570053 5188621 5178672 518870 阅读全文
posted @ 2022-07-18 23:47 小鲨鱼2018 阅读(373) 评论(0) 推荐(0)
摘要: 001、awk 实现 root@DESKTOP-1N42TVH:/home/test5/test# ls pvalue.bed root@DESKTOP-1N42TVH:/home/test5/test# cat pvalue.bed ## 第一列染色体, 二列pos, 三列p Chr1 15700 阅读全文
posted @ 2022-07-18 18:15 小鲨鱼2018 阅读(278) 评论(0) 推荐(0)
摘要: 001、 root@DESKTOP-1N42TVH:/home/test5/test# ls a.txt root@DESKTOP-1N42TVH:/home/test5/test# cat a.txt Chr8 Chr4 Chr1 Chr3 Chr7 Chr10 Chr11 Chr12 Chr2 阅读全文
posted @ 2022-07-18 17:15 小鲨鱼2018 阅读(111) 评论(0) 推荐(0)
摘要: sort -k选项用于指定按照哪一列进行排序。 001、 root@DESKTOP-1N42TVH:/home/test5/test# ls facebook.txt root@DESKTOP-1N42TVH:/home/test5/test# cat facebook.txt google 110 阅读全文
posted @ 2022-07-18 12:43 小鲨鱼2018 阅读(1699) 评论(0) 推荐(0)
摘要: 001、由fasta文件生成fai文件 root@DESKTOP-1N42TVH:/home/test5/test# ls all.con.fa root@DESKTOP-1N42TVH:/home/test5/test# samtools faidx all.con.fa root@DESKTOP 阅读全文
posted @ 2022-07-18 11:18 小鲨鱼2018 阅读(951) 评论(0) 推荐(0)
摘要: 001、 root@DESKTOP-1N42TVH:/home/test5/test/test# ls test.fa root@DESKTOP-1N42TVH:/home/test5/test/test# cat test.fa >Chr1 ACCCTAAACCCTAAACCCTAAACCCTAA 阅读全文
posted @ 2022-07-17 23:21 小鲨鱼2018 阅读(104) 评论(0) 推荐(0)
摘要: 001、 root@DESKTOP-1N42TVH:/home/test5/test/test# ls test.fa root@DESKTOP-1N42TVH:/home/test5/test/test# cat test.fa ## 测试fasta文件 >Chr1 ACCCTAAACCCTAAA 阅读全文
posted @ 2022-07-17 22:35 小鲨鱼2018 阅读(107) 评论(0) 推荐(0)
摘要: 001、 root@DESKTOP-1N42TVH:/home/test2# ls a.txt root@DESKTOP-1N42TVH:/home/test2# cat a.txt 1 01 2 02 3 AAA 4 03 5 04 6 03 7 BBB 8 06 9 07 10 BBB 11 0 阅读全文
posted @ 2022-07-17 21:50 小鲨鱼2018 阅读(722) 评论(0) 推荐(0)
上一页 1 ··· 203 204 205 206 207 208 209 210 211 ··· 403 下一页