Class GenbankSequencesFile

Hierarchy

Constructors

Properties

created: Date
originalPath: string
processingParams: {
    chunkNumber: number;
    currentFeature: Feature;
    currentReference: {
        Authors: string[];
        Journal: string;
        OtherFields: string[];
        PubMed: string;
        Title: string;
        text: string;
    };
    currentSequence: GenbankSequence;
    inFeature: string;
    prechunk: string;
    previousFeatureName: string;
} = ...

Type declaration

  • chunkNumber: number
  • currentFeature: Feature
  • currentReference: {
        Authors: string[];
        Journal: string;
        OtherFields: string[];
        PubMed: string;
        Title: string;
        text: string;
    }
    • Authors: string[]
    • Journal: string
    • OtherFields: string[]
    • PubMed: string
    • Title: string
    • text: string
  • currentSequence: GenbankSequence
  • inFeature: string
  • prechunk: string
  • previousFeatureName: string
processingStatus?: ProcessingStatus
sequences: GenbankSequence[] = []
sequencesNumber?: number
tookMs?: number

Methods

  • 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