Skip to content

Commit

Permalink
Merge pull request #93 from juglab/main
Browse files Browse the repository at this point in the history
added bioimageio.yaml/yml to RDF regex pattern in config to search for the model spec
  • Loading branch information
oeway authored Aug 28, 2024
2 parents 2fe89d4 + 935ff19 commit 0818d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const COLLECTION_CONFIG_URL = `https://raw.githubusercontent.com/bioimage
export const URL_JSON_SCHEMA_LATEST = "https://raw.githubusercontent.com/bioimage-io/spec-bioimage-io/gh-pages/bioimageio_schema_latest.json";

export const REGEX_ZIP = /\.zip$/gi;
export const REGEX_RDF = /(rdf\.yml|rdf\.yaml|bioimage\.yml|bioimage\.yaml)$/gi;
export const REGEX_RDF = /(rdf\.yml|rdf\.yaml|bioimage\.yml|bioimage\.yaml|bioimageio\.yml|bioimageio\.yaml)$/gi;
export const MAX_CONNECTION_RETRIES = 3;
export const UPLOADER_SERVICE_ID = "public/workspace-manager:bioimageio-uploader-service";

Expand Down

0 comments on commit 0818d1f

Please sign in to comment.