pulsar-galaxy-lib
Distributed job execution application built for Galaxy (http://galaxyproject.org/).
What it is and what it does
Pulsar Galaxy Lib is a job runner for the Galaxy bioinformatics platform that eliminates the need for shared mounted file systems between Galaxy and remote compute nodes. Instead of requiring NFS or similar infrastructure, it transfers input files, scripts, and configuration to the remote system, executes the job, and transfers results back to Galaxy. This allows Galaxy to delegate work to Windows systems, Linux clusters, cloud platforms, and other remote environments without complex storage setup.
The package is a production-grade component of the Galaxy ecosystem, actively maintained and supporting modern Python versions. It integrates with Galaxy's job configuration system and can work with various compute backends including SLURM, Condor, GCP Batch, and others. Installation is straightforward via pip, and configuration happens through Galaxy's standard job_conf.xml file.
Use it for:
- Run Galaxy jobs on Windows compute nodes where NFS mounting is impractical or impossible.
- Delegate bioinformatics workflows to remote HPC clusters without setting up shared filesystems.
- Execute Galaxy jobs on cloud platforms (GCP Batch, etc.) with automatic file staging and retrieval.
- Isolate Galaxy compute resources across multiple remote systems with independent job execution environments.
- Enable Galaxy deployments where network storage is unavailable or too expensive for the workload.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Pulsar Galaxy Lib is a Python server that enables Galaxy to run jobs on remote systems without requiring shared file systems, handling file transfer, job execution, and result retrieval automatically.
Yes—if you are running Galaxy and need to execute jobs on remote systems without shared filesystems. The package is actively maintained, has no known vulnerabilities, uses permissive licensing, and integrates directly into Galaxy's standard job configuration. Install friction is low. It is not useful outside a Galaxy deployment context.
Install
pulsar-galaxy-lib on PyPI
pip
pip install pulsar-galaxy-libuv
uv add pulsar-galaxy-libpoetry
poetry add pulsar-galaxy-libInstalling pulsar-galaxy-lib
Before you install
Low install friction with a pure Python wheel. The package is actively maintained with a recent release (32 days old) and supports modern Python versions through 3.14. Eleven runtime dependencies are well-established libraries (webob, psutil, pyyaml, paramiko, requests, pyjwt, google-cloud-batch, and others).
License in practice
Licensed under Apache License 2.0, a permissive license allowing commercial and private use with minimal restrictions—suitable for most deployment scenarios.
Quickstart
pip install 'pulsar-galaxy-lib'
from pulsar_galaxy_lib import PulsarApp
app = PulsarApp()
Requires Galaxy server configuration in job_conf.xml to integrate; not a standalone tool but a Galaxy job runner component.
Verify before relying
- Whether pydantic-tes is a typo or an actual dependency (not a standard package name).
- Exact minimum Python version supported (description says 3.5, but classifiers list 3.7 as lowest).
- Whether all 11 runtime dependencies are required for basic operation or if some are optional for specific features.
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 11 — webob, psutil, pyyaml, paramiko, typing-extensions, pydantic-tes, pyjwt, pulsar-relay-client, requests, tuspy, google-cloud-batch |
| Maintenance | actively maintained — 32 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 110,516/month — #12,455 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulsar_galaxy_lib-0.15.15-py3-none-any.whl
Keywords: pulsar
Tags
More Distributed Computing packages
gRPC Python is an HTTP/2-based RPC framework…
permissive · top 100 on PyPI
execnetexecnet lets you spawn and communicate with…
permissive · top 1,000 on PyPI
cloudpickleCloudpickle extends Python's standard pickle…
permissive · top 1,000 on PyPI
smart-openProvides a unified, open()-compatible Python…
permissive · top 1,000 on PyPI
portalockerPortalocker provides cross-platform file…
permissive · top 1,000 on PyPI
rayRay is a distributed computing framework that…
permissive · top 1,000 on PyPI
bioblendBioBlend provides a Python client library for…
permissive · top 15,000 on PyPI
gravityGravity manages multiple Galaxy server…
permissive · top 15,000 on PyPI
total-perspective-vortexTotal Perspective Vortex (TPV) provides dynamic…
permissive · top 15,000 on PyPI
galaxy-release-utilProvides command-line scripts to automate…
unclear · top 15,000 on PyPI
lalsuiteLALSuite provides data analysis routines for…
copyleft · top 15,000 on PyPI
gxformat2Parses, validates, and converts Galaxy workflow…
permissive · top 15,000 on PyPI
torchxTorchX is a universal job launcher that submits…
permissive · top 15,000 on PyPI
clearml-agentClearML Agent is a job scheduler and…
permissive · top 15,000 on PyPI
jobflowJobflow is a Python library for defining and…
permissive · top 15,000 on PyPI