摘要: 001、 def fastq_quality_to_phred(fastq_file): with open(fastq_file, 'r') as f: for line in f: if line.startswith('+'): continue # 跳过加号行 quality_line = 阅读全文
posted @ 2025-02-01 23:32 小鲨鱼2018 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Linux 中 如何实现数字每个三个数字增加一个逗号 001、 [s20223040682@admin1 test]$ ls a.txt [s20223040682@admin1 test]$ cat a.txt 23453245533 9706634552 356662212 34566 [s20 阅读全文
posted @ 2025-02-01 15:07 小鲨鱼2018 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) [b20223040323@admin1 test]$ ls SRR1770413_1.fastq SRR1770413_2.fastq test.py (base) [b20223040323@admin1 test]$ cat test.py #!/usr/bin/env 阅读全文
posted @ 2025-02-01 00:04 小鲨鱼2018 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 001、 (base) [b20223040323@admin1 test]$ ls SRR1770413_1.fastq SRR1770413_2.fastq test.py (base) [b20223040323@admin1 test]$ cat test.py #!/bin/env pyt 阅读全文
posted @ 2025-02-01 00:03 小鲨鱼2018 阅读(6) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示