No project description provided
Project description
np-aind-metadata
Usage
conda create -n np_aind_metadata python>=3.10
conda activate np_aind_metadata
pip install np_aind_metadata
On-prem usage
If on Allen Institute premises, additional features are available via np-config
. To use on-prem features install np-config
.
pip install np-config
Python
On-prem
Copies the latest rig.json
from storage to a local path.
>>> from datetime import datetime
>>> from pathlib import Path
>>> import datetime
>>> from np_aind_metadata import rigs
>>> rigs.copy_rig("NP3", datetime(2024, 4, 1), output_path=Path("rig.json"))
PosixPath('rig.json')
Off-prem
Updates a rig json and store it at output path.
>>> from pathlib import Path
>>> from np_aind_metadata.update import update_rig
>>> update_rig(
... Path(".", "examples", "rig.json"),
... open_ephys_settings_sources=[
... Path(
... ".",
... "examples",
... "example-session-directory",
... "settings.xml"
... ),
... ],
... output_path=Path("rig.json"),
... )
PosixPath('rig.json')
Convenience functions
Direct support for common use cases.
np-codeocean
Parses a dynamic routing session directory for a session.json
, adds it's corresponding rig.json
, and updates session.json
to reflect the rig.json
it is associated with. If not onprem, rig_storage_dir
will need to be supplied.
>>> from pathlib import Path
>>> from np_aind_metadata.integrations import dynamic_routing_task
>>> session_dir = Path("examples") / "example-session-directory"
>>> dynamic_routing_task.add_rig_to_session_dir(session_dir, datetime.datetime(2024, 4, 1))
Model storage
Models are stored locally on disk. To initialize model storage.
Initialize storage for all supported rigs.
np-aind-metadata init-rig-storage "/directory/to/store/rigs"
Initialize storage for a specific rig.
np-aind-metadata init-rig-storage "/directory/to/store/rigs" "NP3" --date 2022/02/07
Update a stored rig.
np-aind-metadata update-rig "/directory/to/store/rigs" "NP3" --date 2022/02/07
Local development
Testing
Testing intended for cloned project from source control.
Unit tests
pdm run pytest
Storage tests
pdm run pytest-storage
On-prem tests
Requires user to likely be on prem with np group dependencies installed.
Install np group dependencies
pdm install -G np
Run tests
pdm run pytest-onprem
All tests
Requires dependencies from onprem.
pdm run pytest-full
Development
See instructions in https://github.com/AllenInstitute/np-aind-metadata/CONTRIBUTING.md and the original template: https://github.com/AllenInstitute/copier-pdm-npc/blob/main/README.md
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file np_aind_metadata-0.1.18.tar.gz
.
File metadata
- Download URL: np_aind_metadata-0.1.18.tar.gz
- Upload date:
- Size: 22.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.20.0.post1 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 522dc45e95562243039a0d143bb93e7b86d85edc01cf75ba441c7071bd4c4814 |
|
MD5 | 05b3b2a2ae470535627b36f5b1c5eaac |
|
BLAKE2b-256 | 9f0b21df55cb5637a61c12b3ef7adb718cbbee1ba25ea47ba999712d8b78fc23 |
File details
Details for the file np_aind_metadata-0.1.18-py3-none-any.whl
.
File metadata
- Download URL: np_aind_metadata-0.1.18-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.20.0.post1 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b830b3b30f4332df68613d6fe5474b56af1bdbe1188380fa4188355b8793d0e |
|
MD5 | b3c5b77b864f1c532654d22126ea631d |
|
BLAKE2b-256 | e38d1972fca5c0e6bbc6e645d80936d1b531d05c5abf41427dbee875c44a3a14 |