摘要: 001、cpu a、 [root@pc1 home]# lscpu | head ## lscpu命令 Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 4 On-line CP 阅读全文
posted @ 2023-09-29 22:54 小鲨鱼2018 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 001、 >>> list1 = ["aa", "bb", "cc", "dd"] ## 列表1 >>> list2 = [111, 222, 333, 444] ## 列表2 >>> list3 = [] >>> for i in range(len(list1)): ... list3.appe 阅读全文
posted @ 2023-09-29 21:42 小鲨鱼2018 阅读(158) 评论(0) 推荐(0) 编辑
摘要: 001、 [root@pc1 test1]# ls a.fastq ASCII2num.txt test.py [root@pc1 test1]# head -n 4 a.fastq ## 测试fasta文件 @SRR12342886.1 1/1 TCTTCAAAAATTTCTCACAGCTTGTT 阅读全文
posted @ 2023-09-29 18:36 小鲨鱼2018 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 001、测序数据为fastq格式 fastq格式数据没四行为一个单位,其中第二行是碱基,第四行为对应的碱基质量值: 如下: (base) [b20223040323@admin1 test01]$ ls ## 测试fastq格式数据 test.fastq (base) [b20223040323@a 阅读全文
posted @ 2023-09-29 18:29 小鲨鱼2018 阅读(201) 评论(0) 推荐(0) 编辑