oxbow.read_fastq

Contents

oxbow.read_fastq#

oxbow.read_fastq(src, fields=None, compressed=False)#

Return Arrow IPC format from a FASTQ file.

Parameters:
  • src (str or file-like) – The path to the source file or a file-like object.

  • fields (list[str], optional) – Names of the fixed fields to project.

  • compressed (bool, optional [default: False]) – Whether the source is GZIP-compressed.

Returns:

Arrow IPC

Return type:

bytes