write_fasta: Write sequences in FASTA format
Description
Write sequences in FASTA format
Usage
write_fasta(x, file, append = FALSE)
Arguments
file
a path to a file or a connection.
append
a logical. If TRUE
append the data to the file.
If FALSE
(default), overwrite the file.