I think you can just use Biopython from Bio import SeqIO fasta_sequences = SeqIO.parse(open(input_file),'fasta') with open(output_file) as out_file: for ...
確定! 回上一頁