UNPKG

@rcsb/rcsb-saguaro-app

Version:
8 lines (7 loc) 452 B
import { RcsbFvTrackData } from "@rcsb/rcsb-saguaro/lib/RcsbDataManager/RcsbDataManager"; import { LocationViewInterface } from "@rcsb/rcsb-saguaro/lib/RcsbBoard/RcsbBoard"; export declare class NcbiGenomeSequenceData { private static readonly urlPrefix; private static readonly urlSuffix; static update(ncbiId: string, strand: number, reverse: boolean, trackWidth?: number): ((where: LocationViewInterface) => Promise<RcsbFvTrackData>); }