mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-05-23 05:00:03 +00:00
- Add the Bioyond peptide station package with the station-facing Day2 submission flow inlined into BioyondPeptideStation. - Add LIMS sample Excel upload, Day2/Day3 order creation helpers, scheduler/reset controls, and manual-confirm start/reset actions. - Register peptide material PLR resource classes and default peptide material type mappings for runtime resource synchronization. - Add the Bioyond peptide deck definition and warehouse axis/key-axis metadata needed for peptide layout conversion. - Update shared Bioyond warehouse/resource conversion helpers so peptide deck coordinates round-trip correctly. - Include shared Bioyond raw-call debug logging support used by station actions, with a generic local debug output default. - Register the peptide deck in PLR additional resources for deserialization/import visibility. - Exclude private temp_benyao docs, HAR/API inputs, live diagnostics, and siRNA-only station/material files from this handoff commit.
25 lines
1.3 KiB
Python
25 lines
1.3 KiB
Python
|
|
|
|
def register():
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300Deck
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300Plate
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300PlateAdapter
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300TipRack
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300Trash
|
|
from unilabos.devices.liquid_handling.prcxi.prcxi import PRCXI9300TubeRack
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.devices.workstation.workstation_base import WorkStationContainer
|
|
|
|
from unilabos.devices.liquid_handling.laiyu.laiyu import TransformXYZDeck
|
|
from unilabos.devices.liquid_handling.laiyu.laiyu import TransformXYZContainer
|
|
|
|
from unilabos.devices.liquid_handling.rviz_backend import UniLiquidHandlerRvizBackend
|
|
from unilabos.devices.liquid_handling.laiyu.backend.laiyu_v_backend import UniLiquidHandlerLaiyuBackend
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.resources.bioyond.decks import BIOYOND_SirnaStation_Deck
|
|
# noinspection PyUnresolvedReferences
|
|
from unilabos.resources.bioyond.decks import BIOYOND_PeptideStation_Deck
|