export

RepSequence.export(output_fp, *args, _add_ext=False, **kwargs)[source]

Exports the FASTA sequences into the specified file.

Parameters
  • output_fp (str) – Export filepath

  • args – Compatibility

  • _add_ext (bool) – Add file extension or not.

  • kwargs (Any) – Compatibility

Return type

None