Private
processingParams
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
Processes the file and returns a promise that resolves when the file is processed