biopython v1.71.0 Bio.SeqIO.SffIO.SffWriter
SFF file writer.
Link to this section Summary
Functions
Initialize an SFF writer object
Use this to write an entire file containing the given records
Write a single additional record to the output file
Link to this section Functions
Link to this function
__init__()
Initialize an SFF writer object.
Arguments:
- handle - Output handle, ideally in binary write mode.
- index - Boolean argument, should we try and write an index?
- xml - Optional string argument, xml manifest to be recorded in the index block (see function ReadRocheXmlManifest for reading this data).
Link to this function
write_file()
Use this to write an entire file containing the given records.
Link to this function
write_record()
Write a single additional record to the output file.
This assumes the header has been done.