上一页 1 ··· 272 273 274 275 276 277 278 279 280 ··· 408 下一页
摘要: 1、直接测试 root@PC1:/home/test# ls a.fna root@PC1:/home/test# cat a.fna >NC_019458.2 Ovis aries breed Texel chromosome 1, Oar_v4.0, [whole genome shotgun 阅读全文
posted @ 2021-11-21 21:43 小鲨鱼2018 阅读(59) 评论(0) 推荐(0)
摘要: + :表示1个以上 * :表示0个以上 阅读全文
posted @ 2021-11-21 20:32 小鲨鱼2018 阅读(996) 评论(0) 推荐(0)
摘要: 1、head 直接实现 root@PC1:/home/test# ls a.txt b.txt c.txt root@PC1:/home/test# cat a.txt 1 2 3 4 5 root@PC1:/home/test# cat b.txt 06 07 08 09 10 root@PC1: 阅读全文
posted @ 2021-11-21 20:16 小鲨鱼2018 阅读(1002) 评论(0) 推荐(0)
摘要: 1、在所有行后面添加空行,awk实现 root@PC1:/home/test# ls a.txt root@PC1:/home/test# cat a.txt i 3 a d g x 8 6 k m x a a y n root@PC1:/home/test# awk '{print $0, "\n 阅读全文
posted @ 2021-11-21 12:33 小鲨鱼2018 阅读(569) 评论(0) 推荐(0)
摘要: 1、[^xx] 表示取反 root@PC1:/home/test# ls a.txt root@PC1:/home/test# cat a.txt ## 测试数据 333 d g 8 3 d g ! _ d g ! ! ! , . ? root@PC1:/home/test# grep -v "3" 阅读全文
posted @ 2021-11-21 12:15 小鲨鱼2018 阅读(54) 评论(0) 推荐(0)
摘要: 1、合并所有的.txt文件 root@PC1:/home/test# ls ## 测试数据 a.txt b.txt c.txt d.csv e.csv txt_combine.py root@PC1:/home/test# head a.txt b.txt c.txt d.csv e.csv ## 阅读全文
posted @ 2021-11-21 11:10 小鲨鱼2018 阅读(74) 评论(0) 推荐(0)
摘要: 1、遍历以特定字符结尾的文件 root@PC1:/home/test# ls ## 测试文件类型 out1.csv out1.ped out2.csv out2.ped out3.csv out3.ped test1.txt test2.txt test3.txt traverse_file.py 阅读全文
posted @ 2021-11-21 10:57 小鲨鱼2018 阅读(428) 评论(0) 推荐(0)
摘要: 1、查看当前工作目录 >>> import os ## 导入os包 >>> os.getcwd() ## 查看当前工作目录 'D:\\programs\\python\\Lib\\idlelib' 2、修改工作目录 >>> os.chdir("C:\\Users\\75377\\Desktop\\p 阅读全文
posted @ 2021-11-20 21:29 小鲨鱼2018 阅读(3455) 评论(0) 推荐(0)
摘要: 1、测试数据下载:ftp://ftp.ensemblgenomes.org/pub/plants/release-44/gff3/arabidopsis_thaliana/Arabidopsis_thaliana.TAIR10.44.chromosome.1.gff3.gz 2、测试: root@P 阅读全文
posted @ 2021-11-20 12:43 小鲨鱼2018 阅读(1178) 评论(0) 推荐(0)
摘要: 1、测试 root@PC1:/home/test# ls a.txt test.py root@PC1:/home/test# cat a.txt ## 测试数据 gataaaaaataaatagaaacaaaatcactgaagaaCCAGTGTGCCTGCTCAGGTCAGATGAAGCCAGA 阅读全文
posted @ 2021-11-20 11:16 小鲨鱼2018 阅读(259) 评论(0) 推荐(0)
上一页 1 ··· 272 273 274 275 276 277 278 279 280 ··· 408 下一页