Class SequenceFileAbstract

Hierarchy

Constructors

Properties

created: Date
originalPath: string
processingStatus?: ProcessingStatus
sequences: unknown[] = []
sequencesNumber?: number
stream?: ReadStream
tookMs?: number

Methods

  • Processes the file and returns a promise that resolves when the file is processed

    Returns Promise<void>

    Promise - resolves when the file is processed

  • Saves the processed file to a new file and returns the path of the new file

    Parameters

    • Optional path: string

      optional path to save the file to

    Returns Promise<string>

Generated using TypeDoc