@eagleoutice/flowr - v2.13.14
    Preparing search index...
    interface SigDbDownloadOptions {
        force?: boolean;
        onProgress?: (msg: string) => void;
        repo?: string;
        version?: string;
    }
    Index
    force?: boolean
    onProgress?: (msg: string) => void

    progress callback (one line per asset)

    repo?: string

    GitHub owner/repo (default flowr-analysis/flowr)

    version?: string

    release version, i.e. tag sigdb-v<version> (default the running flowR version); ignored when the committed sigdb.remote.json is present, whose tag then drives the download