pmaf
Write the sequence data into the file.
file (Union[str, io.IOBase]) – File path or IO stream to write into
mode (str) – File write mode such as “w” or “a” or “w+”
kwargs (Any) – Compatibility.
None