摘要:
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 = 阅读全文
摘要:
Linux 中 如何实现数字每个三个数字增加一个逗号 001、 [s20223040682@admin1 test]$ ls a.txt [s20223040682@admin1 test]$ cat a.txt 23453245533 9706634552 356662212 34566 [s20 阅读全文
摘要:
001、 (base) [b20223040323@admin1 test]$ ls SRR1770413_1.fastq SRR1770413_2.fastq test.py (base) [b20223040323@admin1 test]$ cat test.py #!/usr/bin/env 阅读全文
摘要:
001、 (base) [b20223040323@admin1 test]$ ls SRR1770413_1.fastq SRR1770413_2.fastq test.py (base) [b20223040323@admin1 test]$ cat test.py #!/bin/env pyt 阅读全文