sl-shared-assets 1.0.0rc22__tar.gz → 1.0.0rc23__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of sl-shared-assets might be problematic. Click here for more details.
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/PKG-INFO +1 -1
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/pyproject.toml +1 -1
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/cli.py +41 -2
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/cli.pyi +6 -1
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/configuration_data.py +39 -11
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/configuration_data.pyi +6 -3
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/session_data.py +10 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/project_management_tools.py +33 -3
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/project_management_tools.pyi +10 -1
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/.gitignore +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/LICENSE +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/README.md +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/docs/Makefile +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/docs/make.bat +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/docs/source/api.rst +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/docs/source/conf.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/docs/source/index.rst +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/docs/source/welcome.rst +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/envs/slsa_dev_lin.yml +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/envs/slsa_dev_lin_spec.txt +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/__init__.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/__init__.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/__init__.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/__init__.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/runtime_data.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/runtime_data.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/session_data.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/surgery_data.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/data_classes/surgery_data.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/py.typed +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/__init__.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/__init__.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/job.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/job.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/server.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/server.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/__init__.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/__init__.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/ascension_tools.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/ascension_tools.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/packaging_tools.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/packaging_tools.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/transfer_tools.py +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/transfer_tools.pyi +0 -0
- {sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sl-shared-assets
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0rc23
|
|
4
4
|
Summary: Stores assets shared between multiple Sun (NeuroAI) lab data pipelines.
|
|
5
5
|
Project-URL: Homepage, https://github.com/Sun-Lab-NBB/sl-shared-assets
|
|
6
6
|
Project-URL: Documentation, https://sl-shared-assets-api-docs.netlify.app/
|
|
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
|
|
|
8
8
|
# Project metdata section. Provides the genral ID information about the project.
|
|
9
9
|
[project]
|
|
10
10
|
name = "sl-shared-assets"
|
|
11
|
-
version = "1.0.
|
|
11
|
+
version = "1.0.0rc23"
|
|
12
12
|
description = "Stores assets shared between multiple Sun (NeuroAI) lab data pipelines."
|
|
13
13
|
readme = "README.md"
|
|
14
14
|
license = { file = "LICENSE" }
|
|
@@ -25,7 +25,32 @@ from .data_classes import (
|
|
|
25
25
|
required=True,
|
|
26
26
|
help="The absolute path to the session whose raw data needs to be verified for potential corruption.",
|
|
27
27
|
)
|
|
28
|
-
|
|
28
|
+
@click.option(
|
|
29
|
+
"-c",
|
|
30
|
+
"--create_processed_directories",
|
|
31
|
+
is_flag=True,
|
|
32
|
+
show_default=True,
|
|
33
|
+
default=False,
|
|
34
|
+
help=(
|
|
35
|
+
"Determines whether to created the processed data hierarchy. This flag should be disabled for most runtimes. "
|
|
36
|
+
"Primarily, it is used by lab acquisition system code to generate processed data directories on the remote "
|
|
37
|
+
"compute servers as part of the data preprocessing pipeline."
|
|
38
|
+
),
|
|
39
|
+
)
|
|
40
|
+
@click.option(
|
|
41
|
+
"-pdr",
|
|
42
|
+
"--processed_data_root",
|
|
43
|
+
type=click.Path(exists=True, file_okay=False, dir_okay=True, path_type=Path),
|
|
44
|
+
required=False,
|
|
45
|
+
help=(
|
|
46
|
+
"The absolute path to the directory where processed data from all projects is stored on the machine that runs "
|
|
47
|
+
"this command. This argument is used when calling the CLI on the BioHPC server, which uses different data "
|
|
48
|
+
"volumes for raw and processed data. Note, the input path must point to the root directory, as it will be "
|
|
49
|
+
"automatically modified to include the project name, the animal id, and the session ID. This argument is only "
|
|
50
|
+
"used if 'create_processed_directories' flag is True."
|
|
51
|
+
),
|
|
52
|
+
)
|
|
53
|
+
def verify_session_integrity(session_path: str, create_processed_directories: bool, processed_data_root: Path) -> None:
|
|
29
54
|
"""Checks the integrity of the target session's raw data (contents of the raw_data directory).
|
|
30
55
|
|
|
31
56
|
This command assumes that the data has been checksummed during acquisition and contains an ax_checksum.txt file
|
|
@@ -33,9 +58,14 @@ def verify_session_integrity(session_path: str) -> None:
|
|
|
33
58
|
always verified the integrity of the 'raw_data' directory. It does not work with 'processed_data' or any other
|
|
34
59
|
directories. If the session data was corrupted, the command removes the 'telomere.bin' file, marking the session as
|
|
35
60
|
'incomplete' and automatically excluding it from all further automated processing runtimes.
|
|
61
|
+
|
|
62
|
+
The command is also used by Sun lab data acquisition systems to generate the processed data hierarchy for each
|
|
63
|
+
processed session. This use case is fully automated and should not be triggered manually by the user.
|
|
36
64
|
"""
|
|
37
65
|
session = Path(session_path)
|
|
38
|
-
if verify_session_checksum(
|
|
66
|
+
if verify_session_checksum(
|
|
67
|
+
session, create_processed_data_directory=create_processed_directories, processed_data_root=processed_data_root
|
|
68
|
+
):
|
|
39
69
|
console.echo(message=f"Session {session.stem} raw data integrity: verified.", level=LogLevel.SUCCESS)
|
|
40
70
|
else:
|
|
41
71
|
console.echo(message=f"Session {session.stem} raw data integrity: compromised!", level=LogLevel.ERROR)
|
|
@@ -288,6 +318,15 @@ def generate_experiment_configuration_file(project: str, experiment: str, state_
|
|
|
288
318
|
acquisition_system = get_system_configuration_data()
|
|
289
319
|
file_path = acquisition_system.paths.root_directory.joinpath(project, "configuration", f"{experiment}.yaml")
|
|
290
320
|
|
|
321
|
+
if not acquisition_system.paths.root_directory.joinpath(project).exists():
|
|
322
|
+
message = (
|
|
323
|
+
f"Unable to generate the experiment {experiment} configuration file for the project {project}. "
|
|
324
|
+
f"The target project does not exist on the local machine (PC). Use the "
|
|
325
|
+
f"'sl-create-project' CLI command to create the project before creating new experiment configuration(s). "
|
|
326
|
+
)
|
|
327
|
+
console.error(message=message, error=ValueError)
|
|
328
|
+
raise ValueError(message) # Fall-back to appease mypy, should not be reachable
|
|
329
|
+
|
|
291
330
|
# Loops over the number of requested states and, for each, generates a precursor experiment state field inside the
|
|
292
331
|
# 'states' dictionary.
|
|
293
332
|
states = {}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
from pathlib import Path
|
|
2
|
+
|
|
1
3
|
from .tools import (
|
|
2
4
|
ascend_tyche_data as ascend_tyche_data,
|
|
3
5
|
verify_session_checksum as verify_session_checksum,
|
|
@@ -13,7 +15,7 @@ from .data_classes import (
|
|
|
13
15
|
set_system_configuration_file as set_system_configuration_file,
|
|
14
16
|
)
|
|
15
17
|
|
|
16
|
-
def verify_session_integrity(session_path: str) -> None:
|
|
18
|
+
def verify_session_integrity(session_path: str, create_processed_directories: bool, processed_data_root: Path) -> None:
|
|
17
19
|
"""Checks the integrity of the target session's raw data (contents of the raw_data directory).
|
|
18
20
|
|
|
19
21
|
This command assumes that the data has been checksummed during acquisition and contains an ax_checksum.txt file
|
|
@@ -21,6 +23,9 @@ def verify_session_integrity(session_path: str) -> None:
|
|
|
21
23
|
always verified the integrity of the 'raw_data' directory. It does not work with 'processed_data' or any other
|
|
22
24
|
directories. If the session data was corrupted, the command removes the 'telomere.bin' file, marking the session as
|
|
23
25
|
'incomplete' and automatically excluding it from all further automated processing runtimes.
|
|
26
|
+
|
|
27
|
+
The command is also used by Sun lab data acquisition systems to generate the processed data hierarchy for each
|
|
28
|
+
processed session. This use case is fully automated and should not be triggered manually by the user.
|
|
24
29
|
"""
|
|
25
30
|
|
|
26
31
|
def generate_project_manifest_file(
|
|
@@ -111,6 +111,9 @@ class MesoscopePaths:
|
|
|
111
111
|
sharing protocol, such as SMB."""
|
|
112
112
|
harvesters_cti_path: Path = Path("/opt/mvIMPACT_Acquire/lib/x86_64/mvGenTLProducer.cti")
|
|
113
113
|
"""The path to the GeniCam CTI file used to connect to Harvesters-managed cameras."""
|
|
114
|
+
server_processed_data_root: Path = Path("/workdir/sun_data")
|
|
115
|
+
"""The absolute path to the BioHPC server directory used to store the processed data from all Sun lab projects.
|
|
116
|
+
This path is relative to the server root and is only used when submitting remote jobs to the server."""
|
|
114
117
|
|
|
115
118
|
|
|
116
119
|
@dataclass()
|
|
@@ -125,10 +128,17 @@ class MesoscopeCameras:
|
|
|
125
128
|
right_camera_index: int = 2
|
|
126
129
|
"""The index of the right body camera (from animal's perspective) in the list of all available OpenCV-managed
|
|
127
130
|
cameras."""
|
|
128
|
-
|
|
129
|
-
"""The quantization parameter used by
|
|
130
|
-
data is discarded when encoding each video frame, directly contributing to the encoding speed, resultant video
|
|
131
|
-
size and video quality."""
|
|
131
|
+
face_camera_quantization_parameter: int = 15
|
|
132
|
+
"""The quantization parameter used by the face camera to encode acquired frames as video files. This controls how
|
|
133
|
+
much data is discarded when encoding each video frame, directly contributing to the encoding speed, resultant video
|
|
134
|
+
file size and video quality."""
|
|
135
|
+
body_camera_quantization_parameter: int = 15
|
|
136
|
+
"""SThe quantization parameter used by the left and right body cameras to encode acquired frames as video files.
|
|
137
|
+
See 'face_camera_quantization_parameter' field for more information on what this parameter does."""
|
|
138
|
+
display_face_camera_frames: bool = True
|
|
139
|
+
"""Determines whether to display the frames grabbed from the face camera during runtime."""
|
|
140
|
+
display_body_camera_frames: bool = True
|
|
141
|
+
"""Determines whether to display the frames grabbed from the left and right body cameras during runtime."""
|
|
132
142
|
|
|
133
143
|
|
|
134
144
|
@dataclass()
|
|
@@ -141,14 +151,13 @@ class MesoscopeMicroControllers:
|
|
|
141
151
|
"""The USB port used by the Sensor Microcontroller."""
|
|
142
152
|
encoder_port: str = "/dev/ttyACM2"
|
|
143
153
|
"""The USB port used by the Encoder Microcontroller."""
|
|
144
|
-
|
|
145
|
-
"""
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
"""The unique byte-code ID of the TTL module instance used to send mesoscope frame acquisition stop trigger
|
|
149
|
-
signals to the ScanImagePC."""
|
|
154
|
+
debug: bool = False
|
|
155
|
+
"""Determines whether to run the managed acquisition system in the 'debug mode'. This mode should be disabled
|
|
156
|
+
during most runtimes. It is used during initial system calibration and testing and prints a lot of generally
|
|
157
|
+
redundant information into the terminal."""
|
|
150
158
|
mesoscope_ttl_pulse_duration_ms: int = 10
|
|
151
|
-
"""The duration of the HIGH phase of all outgoing
|
|
159
|
+
"""The duration of the HIGH phase of all outgoing TTL pulses that target the Mesoscope (enable or disable mesoscope
|
|
160
|
+
frame acquisition), in milliseconds."""
|
|
152
161
|
minimum_break_strength_g_cm: float = 43.2047
|
|
153
162
|
"""The minimum torque applied by the running wheel break in gram centimeter. This is the torque the break delivers
|
|
154
163
|
at minimum voltage (break is disabled)."""
|
|
@@ -292,6 +301,7 @@ class MesoscopeSystemConfiguration(YamlConfig):
|
|
|
292
301
|
self.paths.nas_directory = Path(self.paths.nas_directory)
|
|
293
302
|
self.paths.mesoscope_directory = Path(self.paths.mesoscope_directory)
|
|
294
303
|
self.paths.harvesters_cti_path = Path(self.paths.harvesters_cti_path)
|
|
304
|
+
self.paths.server_processed_data_root = Path(self.paths.server_processed_data_root)
|
|
295
305
|
|
|
296
306
|
# Converts valve_calibration data from dictionary to a tuple of tuples format
|
|
297
307
|
if not isinstance(self.microcontrollers.valve_calibration_data, tuple):
|
|
@@ -299,6 +309,23 @@ class MesoscopeSystemConfiguration(YamlConfig):
|
|
|
299
309
|
(k, v) for k, v in self.microcontrollers.valve_calibration_data.items()
|
|
300
310
|
)
|
|
301
311
|
|
|
312
|
+
# Verifies the contents of the valve calibration data loaded from the config file.
|
|
313
|
+
valve_calibration_data = self.microcontrollers.valve_calibration_data
|
|
314
|
+
if not all(
|
|
315
|
+
isinstance(item, tuple)
|
|
316
|
+
and len(item) == 2
|
|
317
|
+
and isinstance(item[0], (int, float))
|
|
318
|
+
and isinstance(item[1], (int, float))
|
|
319
|
+
for item in valve_calibration_data
|
|
320
|
+
):
|
|
321
|
+
message = (
|
|
322
|
+
f"Unable to initialize the MesoscopeSystemConfiguration class. Expected each item under the "
|
|
323
|
+
f"'valve_calibration_data' field of the Mesoscope-VR acquisition system configuration .yaml file to be "
|
|
324
|
+
f"a tuple of two integer or float values, but instead encountered {valve_calibration_data} with at "
|
|
325
|
+
f"least one incompatible element."
|
|
326
|
+
)
|
|
327
|
+
console.error(message=message, error=TypeError)
|
|
328
|
+
|
|
302
329
|
def save(self, path: Path) -> None:
|
|
303
330
|
"""Saves class instance data to disk as a 'mesoscope_system_configuration.yaml' file.
|
|
304
331
|
|
|
@@ -323,6 +350,7 @@ class MesoscopeSystemConfiguration(YamlConfig):
|
|
|
323
350
|
original.paths.nas_directory = str(original.paths.nas_directory) # type: ignore
|
|
324
351
|
original.paths.mesoscope_directory = str(original.paths.mesoscope_directory) # type: ignore
|
|
325
352
|
original.paths.harvesters_cti_path = str(original.paths.harvesters_cti_path) # type: ignore
|
|
353
|
+
original.paths.server_processed_data_root = str(original.paths.server_processed_data_root) # type: ignore
|
|
326
354
|
|
|
327
355
|
# Converts valve calibration data into dictionary format
|
|
328
356
|
if isinstance(original.microcontrollers.valve_calibration_data, tuple):
|
|
@@ -58,6 +58,7 @@ class MesoscopePaths:
|
|
|
58
58
|
nas_directory: Path = ...
|
|
59
59
|
mesoscope_directory: Path = ...
|
|
60
60
|
harvesters_cti_path: Path = ...
|
|
61
|
+
server_processed_data_root: Path = ...
|
|
61
62
|
|
|
62
63
|
@dataclass()
|
|
63
64
|
class MesoscopeCameras:
|
|
@@ -66,7 +67,10 @@ class MesoscopeCameras:
|
|
|
66
67
|
face_camera_index: int = ...
|
|
67
68
|
left_camera_index: int = ...
|
|
68
69
|
right_camera_index: int = ...
|
|
69
|
-
|
|
70
|
+
face_camera_quantization_parameter: int = ...
|
|
71
|
+
body_camera_quantization_parameter: int = ...
|
|
72
|
+
display_face_camera_frames: bool = ...
|
|
73
|
+
display_body_camera_frames: bool = ...
|
|
70
74
|
|
|
71
75
|
@dataclass()
|
|
72
76
|
class MesoscopeMicroControllers:
|
|
@@ -75,8 +79,7 @@ class MesoscopeMicroControllers:
|
|
|
75
79
|
actor_port: str = ...
|
|
76
80
|
sensor_port: str = ...
|
|
77
81
|
encoder_port: str = ...
|
|
78
|
-
|
|
79
|
-
mesoscope_stop_ttl_module_id: int = ...
|
|
82
|
+
debug: bool = ...
|
|
80
83
|
mesoscope_ttl_pulse_duration_ms: int = ...
|
|
81
84
|
minimum_break_strength_g_cm: float = ...
|
|
82
85
|
maximum_break_strength_g_cm: float = ...
|
|
@@ -438,6 +438,16 @@ class SessionData(YamlConfig):
|
|
|
438
438
|
# Constructs the root session directory path
|
|
439
439
|
session_path = acquisition_system.paths.root_directory.joinpath(project_name, animal_id, session_name)
|
|
440
440
|
|
|
441
|
+
# Prevents creating new sessions for non-existent projects.
|
|
442
|
+
if not acquisition_system.paths.root_directory.joinpath(project_name).exists():
|
|
443
|
+
message = (
|
|
444
|
+
f"Unable to create the session directory hierarchy for the session {session_name} of the animal "
|
|
445
|
+
f"'{animal_id}' and project '{project_name}'. The project does not exist on the local machine (PC). "
|
|
446
|
+
f"Use the 'sl-create-project' CLI command to create the project on the local machine before creating "
|
|
447
|
+
f"new sessions."
|
|
448
|
+
)
|
|
449
|
+
console.error(message=message, error=FileNotFoundError)
|
|
450
|
+
|
|
441
451
|
# Handles potential session name conflicts
|
|
442
452
|
counter = 0
|
|
443
453
|
while session_path.exists():
|
|
@@ -5,6 +5,7 @@ up a given project."""
|
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
|
|
7
7
|
import polars as pl
|
|
8
|
+
from ataraxis_base_utilities import console
|
|
8
9
|
|
|
9
10
|
from ..data_classes import SessionData
|
|
10
11
|
from .packaging_tools import calculate_directory_checksum
|
|
@@ -33,9 +34,25 @@ def generate_project_manifest(
|
|
|
33
34
|
is different from the 'raw_project_directory'. Typically, this would be the case on remote compute server(s)
|
|
34
35
|
and not on local machines.
|
|
35
36
|
"""
|
|
37
|
+
|
|
38
|
+
if not raw_project_directory.exists():
|
|
39
|
+
message = (
|
|
40
|
+
f"Unable to generate the project manifest file for the requested project {raw_project_directory.stem}. The "
|
|
41
|
+
f"specified project directory does not exist."
|
|
42
|
+
)
|
|
43
|
+
console.error(message=message, error=FileNotFoundError)
|
|
44
|
+
|
|
36
45
|
# Finds all raw data directories
|
|
37
46
|
session_directories = [directory.parent for directory in raw_project_directory.rglob("raw_data")]
|
|
38
47
|
|
|
48
|
+
if len(session_directories) == 0:
|
|
49
|
+
message = (
|
|
50
|
+
f"Unable to generate the project manifest file for the requested project {raw_project_directory.stem}. The "
|
|
51
|
+
f"project does not contain any raw session data. To generate the manifest file, the project must contain "
|
|
52
|
+
f"at least one valid experiment or training session."
|
|
53
|
+
)
|
|
54
|
+
console.error(message=message, error=FileNotFoundError)
|
|
55
|
+
|
|
39
56
|
# Precreates the 'manifest' dictionary structure
|
|
40
57
|
manifest: dict[str, list[str | bool]] = {
|
|
41
58
|
"animal": [], # Animal IDs.
|
|
@@ -120,7 +137,9 @@ def generate_project_manifest(
|
|
|
120
137
|
)
|
|
121
138
|
|
|
122
139
|
|
|
123
|
-
def verify_session_checksum(
|
|
140
|
+
def verify_session_checksum(
|
|
141
|
+
session_path: Path, create_processed_data_directory: bool = True, processed_data_root: None | Path = None
|
|
142
|
+
) -> bool:
|
|
124
143
|
"""Verifies the integrity of the session's raw data by generating the checksum of the raw_data directory and
|
|
125
144
|
comparing it against the checksum stored in the ax_checksum.txt file.
|
|
126
145
|
|
|
@@ -132,16 +151,27 @@ def verify_session_checksum(session_path: Path) -> bool:
|
|
|
132
151
|
Removing the telomere.bin marker file from session's raw_data folder marks the session as incomplete, excluding
|
|
133
152
|
it from all further automatic processing.
|
|
134
153
|
|
|
154
|
+
This function is also used to create the processed data hierarchy on the BioHPC server, when it is called as
|
|
155
|
+
part of the data preprocessing runtime performed by a data acquisition system.
|
|
156
|
+
|
|
135
157
|
Args:
|
|
136
158
|
session_path: The path to the session directory to be verified. Note, the input session directory must contain
|
|
137
159
|
the 'raw_data' subdirectory.
|
|
160
|
+
create_processed_data_directory: Determines whether to create the processed data hierarchy during runtime.
|
|
161
|
+
processed_data_root: The root directory where to store the processed data hierarchy. This path has to point to
|
|
162
|
+
the root directory where to store the processed data from all projects, and it will be automatically
|
|
163
|
+
modified to include the project name, the animal name, and the session ID.
|
|
138
164
|
|
|
139
165
|
Returns:
|
|
140
166
|
True if the checksum matches, False otherwise.
|
|
141
167
|
"""
|
|
142
168
|
|
|
143
|
-
# Loads session data layout
|
|
144
|
-
session_data = SessionData.load(
|
|
169
|
+
# Loads session data layout. If configured to do so, also creates the processed data hierarchy
|
|
170
|
+
session_data = SessionData.load(
|
|
171
|
+
session_path=session_path,
|
|
172
|
+
processed_data_root=processed_data_root,
|
|
173
|
+
make_processed_data_directory=create_processed_data_directory,
|
|
174
|
+
)
|
|
145
175
|
|
|
146
176
|
# Re-calculates the checksum for the raw_data directory
|
|
147
177
|
calculated_checksum = calculate_directory_checksum(
|
|
@@ -27,7 +27,9 @@ def generate_project_manifest(
|
|
|
27
27
|
and not on local machines.
|
|
28
28
|
"""
|
|
29
29
|
|
|
30
|
-
def verify_session_checksum(
|
|
30
|
+
def verify_session_checksum(
|
|
31
|
+
session_path: Path, create_processed_data_directory: bool = True, processed_data_root: None | Path = None
|
|
32
|
+
) -> bool:
|
|
31
33
|
"""Verifies the integrity of the session's raw data by generating the checksum of the raw_data directory and
|
|
32
34
|
comparing it against the checksum stored in the ax_checksum.txt file.
|
|
33
35
|
|
|
@@ -39,9 +41,16 @@ def verify_session_checksum(session_path: Path) -> bool:
|
|
|
39
41
|
Removing the telomere.bin marker file from session's raw_data folder marks the session as incomplete, excluding
|
|
40
42
|
it from all further automatic processing.
|
|
41
43
|
|
|
44
|
+
This function is also used to create the processed data hierarchy on the BioHPC server, when it is called as
|
|
45
|
+
part of the data preprocessing runtime performed by a data acquisition system.
|
|
46
|
+
|
|
42
47
|
Args:
|
|
43
48
|
session_path: The path to the session directory to be verified. Note, the input session directory must contain
|
|
44
49
|
the 'raw_data' subdirectory.
|
|
50
|
+
create_processed_data_directory: Determines whether to create the processed data hierarchy during runtime.
|
|
51
|
+
processed_data_root: The root directory where to store the processed data hierarchy. This path has to point to
|
|
52
|
+
the root directory where to store the processed data from all projects, and it will be automatically
|
|
53
|
+
modified to include the project name, the animal name, and the session ID.
|
|
45
54
|
|
|
46
55
|
Returns:
|
|
47
56
|
True if the checksum matches, False otherwise.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/__init__.py
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/__init__.pyi
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/job.py
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/job.pyi
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/server.py
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/server/server.pyi
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/__init__.py
RENAMED
|
File without changes
|
{sl_shared_assets-1.0.0rc22 → sl_shared_assets-1.0.0rc23}/src/sl_shared_assets/tools/__init__.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|