Skip to main content

Electron Microscopy Nexus LIMS project (Datasophos fork)

Project description

NexusLIMS Logo

Documentation Python 3.11+ Maintained by Datasophos

Tests Integration Tests codecov

NexusLIMS - Automated Laboratory Information Management for Electron Microscopy

⚠️ Notice: This is a fork of the original NexusLIMS project, created after the lead developer (@jat255) left NIST and founded Datasophos. This fork is maintained by Datasophos and is not affiliated with NIST in any way. For the official NIST version, please visit the original repository.

What is NexusLIMS?

NexusLIMS automatically generates experimental records by extracting metadata from microscopy data files and harvesting information from laboratory calendar systems.

Originally developed by the NIST Office of Data and Informatics, NexusLIMS transforms raw microscopy data into structured, searchable experimental records without requiring manual data entry. By combining file metadata extraction with reservation calendar information, NexusLIMS creates comprehensive documentation of microscopy sessions automatically.

Key Features

  • 🔄 Automated Record Generation - Builds XML experimental records conforming to the "Nexus Experiment" schema
  • 📊 Multi-Format Metadata Extraction - Supports .dm3/.dm4 (DigitalMicrograph), .tif (FEI/Thermo), .ser/.emi (FEI TIA), and more
  • 📅 Calendar Integration - Harvests experimental context from NEMO laboratory management system
  • 🔍 Intelligent File Clustering - Groups files into logical acquisition activities using temporal analysis
  • 🖼️ Preview Generation - Automatically creates thumbnail images for quick visual reference
  • 🌐 Web Interface - Integrates with NexusLIMS CDCS frontend for browsing and searching records

How It Works

  1. Harvest - Monitor NEMO for new/ended instrument reservations
  2. Discover - Find data files created during reservation windows
  3. Extract - Pull metadata from various microscopy file formats
  4. Cluster - Group files into logical acquisition activities
  5. Build - Generate structured XML records
  6. Publish - Upload to searchable web frontend

For more details, see the Record Building Workflow documentation.

Quick Start

Installation

NexusLIMS can be installed in two ways:

Option 1: Install from PyPI (Recommended for Users)

# Install using pip
pip install nexusLIMS

# Or using uv (faster)
uv pip install nexusLIMS

Note: When installing from PyPI, you'll need to manually create a .env file in your working directory or set environment variables for configuration. See the Configuration Documentation for required settings.

Option 2: Install from Source (Recommended for Development)

First, install uv package manager:

curl -LsSf https://astral.sh/uv/install.sh | sh

Then clone and install:

# Clone the repository
git clone https://github.com/datasophos/NexusLIMS.git
cd NexusLIMS

# Install dependencies (includes .env.example)
uv sync

Configuration

  1. Copy the example environment file:

    cp .env.example .env
    
  2. Edit .env with your settings:

    • CDCS frontend credentials and URL
    • File paths for data storage
    • NEMO API credentials (if using)
    • Database path

See Configuration Documentation for details.

Initialize Database

sqlite3 nexusLIMS.db < nexusLIMS/db/dev/NexusLIMS_db_creation_script.sql

Then add your instruments to the instruments table (see Database Documentation).

Build Records

# Run the record builder
uv run nexuslims-process-records

# Or use the module directly
uv run python -m nexusLIMS.builder.record_builder

Documentation

📚 Full documentation: https://datasophos.github.io/NexusLIMS/stable/

System Requirements

  • Backend: Linux or macOS. Windows is not currently supported.
  • Python: 3.11 or 3.12
  • Network Access: Read-only access to centralized instrument data storage
  • Calendar System: NEMO instance (or custom harvester implementation)
  • Frontend: NexusLIMS CDCS instance for browsing and searching records (optional, but probably desired)

Current Limitations

NexusLIMS was originally developed for internal NIST use. While we're actively working on generalization:

  • File Format Support: Currently supports specific electron microscopy formats. Custom extractors needed for other instruments.
  • Calendar Integration: Designed for NEMO. Other systems require custom harvester implementation.
  • Platform Support: Linux/macOS only. Windows support would require development effort.

Need help deploying at your institution? Datasophos offers professional services for NexusLIMS deployment, customization, and support. Contact us at josh@datasophos.co.

Development

# Install development dependencies
uv sync --dev

# Run tests
./scripts/run_tests.sh

# Run linting
./scripts/run_lint.sh

# Build documentation
./scripts/build_docs.sh

See the Developer Guide for detailed information about:

  • Architecture overview
  • Adding new file format extractors
  • Creating custom harvesters
  • Testing and CI/CD
  • Release process

Contributing

We welcome contributions! Please:

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes with tests (100% coverage required)
  4. Submit a pull request to main

See Contributing Guidelines for more details.

About the Logo

The NexusLIMS logo is inspired by Nobel Prize winner Dan Shechtman's groundbreaking work at NIST in the 1980s. Using transmission electron diffraction, Shechtman discovered quasicrystals - a new class of crystals that have regular structure and diffract, but are not periodic. This discovery overturned fundamental paradigms in crystallography.

We chose Shechtman's first published quasicrystal diffraction pattern as inspiration due to its significance in electron microscopy and its storied NIST heritage.

License

See LICENSE for details.

Support & Professional Services

💼 Need help with NexusLIMS? Datasophos offers:

  • 🚀 Deployment & Integration - Expert configuration for your lab environment
  • 🔧 Custom Development - Custom extractors, harvesters, and workflow extensions
  • 🎓 Training & Support - Team onboarding and ongoing technical support

Contact: josh@datasophos.co | datasophos.co


Links:

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

nexuslims-2.3.0.tar.gz (18.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nexuslims-2.3.0-py3-none-any.whl (967.5 kB view details)

Uploaded Python 3

File details

Details for the file nexuslims-2.3.0.tar.gz.

File metadata

  • Download URL: nexuslims-2.3.0.tar.gz
  • Upload date:
  • Size: 18.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nexuslims-2.3.0.tar.gz
Algorithm Hash digest
SHA256 ba03d03b63ff0eea554b7d6356d362184dbc0593aace4267746b5c43c1a4a0cc
MD5 62088256d9cf957e14b7c528a38b698e
BLAKE2b-256 2c9d1550debfac7b266885f8257d30bcea9a1370cba9f53d21b1d213c662d3ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexuslims-2.3.0.tar.gz:

Publisher: release.yml on datasophos/NexusLIMS

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nexuslims-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: nexuslims-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 967.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nexuslims-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d35dc158f03ac5b740a2196d1f339b816f193798372aaf2dab709cd125c61e36
MD5 c675a813066dc8745d8a725ad4538b1c
BLAKE2b-256 fe2b78a70b1164745122babe3da6452cb940196a7eab20b5ed8fc25beeba1c86

See more details on using hashes here.

Provenance

The following attestation bundles were made for nexuslims-2.3.0-py3-none-any.whl:

Publisher: release.yml on datasophos/NexusLIMS

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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