python實現對讀取fasta序列 將註釋與序列放在同一行

在這裏插入代碼片 with open(seq,‘r’) as f: line = f.read() line = line.replace(’\n’,’’).replace(’>’,’\n>’) 結果
相關文章
相關標籤/搜索