"""Rename headers in a FASTA file and save mapping to a TSV file.""" with open(input_fasta, 'r') as fasta_in, open(output_fasta, 'w') as fasta_out, open(mapfile, 'w ...
Hi! I would just like to ask if I only want to rearrange a reference fasta. Does it need to have the specified header format? I am planning to use a reference database from SILVA. And the fasta header ...