Skip to content

Commit

Permalink
released skanit and revvity adapters to rec schema
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-benchling committed Oct 11, 2024
1 parent dcf20d4 commit 9abbf95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

class RevvityMatrixParser(VendorParser[Data, Model]):
DISPLAY_NAME = DISPLAY_NAME
RELEASE_STATE = ReleaseState.WORKING_DRAFT
RELEASE_STATE = ReleaseState.RECOMMENDED
SUPPORTED_EXTENSIONS = RevvityMatrixReader.SUPPORTED_EXTENSIONS
SCHEMA_MAPPER = Mapper

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class ThermoSkanItParser(VendorParser[Data, Model]):
DISPLAY_NAME = "Thermo SkanIt"
RELEASE_STATE = ReleaseState.WORKING_DRAFT
RELEASE_STATE = ReleaseState.RECOMMENDED
SUPPORTED_EXTENSIONS = "xlsx"
SCHEMA_MAPPER = Mapper

Expand Down

0 comments on commit 9abbf95

Please sign in to comment.