write

Nucleotide.write(file, format='fasta', **kwargs)[source]

Write sequence data to the file.

Parameters
  • file (Union[str, io.IOBase]) – File path or IO stream to write into

  • format (str) – Format of the output file

  • kwargs (Any) – Compatibility

Return type

None