Variable FILE_EXTENSIONSConst

FILE_EXTENSIONS: {
    BCF: "bcf";
    BCFZIP: "bcfzip";
    ZIP: "zip";
} = ...

Supported file extensions for the generated BCF file.

Type declaration

  • Readonly BCF: "bcf"

    BCF file.

  • Readonly BCFZIP: "bcfzip"

    BCFZIP file.

  • Readonly ZIP: "zip"

    ZIP file.

Generated using TypeDoc