Skip to main content

No project description provided

Project description

np-aind-metadata

PyPI Python version

Coverage CI/CD GitHub issues

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 pathlib import Path
>>> import datetime
>>> from np_aind_metadata import rigs

>>> rigs.copy_rig("NP3", 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.date(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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

np_aind_metadata-0.1.11.tar.gz (20.6 kB view details)

Uploaded Source

Built Distribution

np_aind_metadata-0.1.11-py3-none-any.whl (23.5 kB view details)

Uploaded Python 3

File details

Details for the file np_aind_metadata-0.1.11.tar.gz.

File metadata

  • Download URL: np_aind_metadata-0.1.11.tar.gz
  • Upload date:
  • Size: 20.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.15.1 CPython/3.10.12 Linux/6.5.0-1018-azure

File hashes

Hashes for np_aind_metadata-0.1.11.tar.gz
Algorithm Hash digest
SHA256 9f08f40a5aa725ae465244240b43fdc6759a0a99667a656a6d4580dc2b22dd5b
MD5 5e47441b30abd7548584ea0ac451d803
BLAKE2b-256 5f8f2610ce84d34befc09a043d4cc4d08c0edb31a79d8885dde76b22d183187c

See more details on using hashes here.

File details

Details for the file np_aind_metadata-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: np_aind_metadata-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 23.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: pdm/2.15.1 CPython/3.10.12 Linux/6.5.0-1018-azure

File hashes

Hashes for np_aind_metadata-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 f33d2f118c392c6dc466d5a8a50a12d0e9317fb4069ba258989c11d4efd2052d
MD5 c1721b7ba78f1c05fbef39c26ffcb713
BLAKE2b-256 8962d551132eaeb795dc8e10ee6d501bc485f1c91ded506434e4b99b9dc13573

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page