摘要: 001、 [root@PC1 test3]# ls a.txt [root@PC1 test3]# cat a.txt ## 测试文件 10 2 3 0 3 6 6 12 1 1 5 1 2 2 2 4 2 26 8 3 33 34 5 3 [root@PC1 test3]# python ## 启 阅读全文
posted @ 2023-05-16 23:54 小鲨鱼2018 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 001、生成基因名称的列表 awk -F "\t" '$3 == "gene" && $NF ~ /gene=/ {print $NF}' chr1.gff | sed 's/\(.*\)\(gene=[^;]\+\)\(.*\)/\2/' | sort | uniq > gene.list 002 阅读全文
posted @ 2023-05-16 22:27 小鲨鱼2018 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 test4]# ls a.txt [root@PC1 test4]# cat a.txt ## 测试数据 gbkey=mRNA;gene=ATP5O;model;evidence;Supporting [root@PC1 test4]# sed 's/\(.*\)\(g 阅读全文
posted @ 2023-05-16 18:34 小鲨鱼2018 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@PC1 ~]# pip config list 002、 [root@PC1 ~]# cd ~ [root@PC1 ~]# ls -a . .bash_history .bashrc .cshrc Documents .ICEauthority Music Public .tc 阅读全文
posted @ 2023-05-16 01:07 小鲨鱼2018 阅读(783) 评论(0) 推荐(0) 编辑