Skip to main content

Fovus-patched build of miniwdl (WDL local runner) with non-POSIX shared-storage support for the miniwdl-fovus backend

Project description

miniwdl (Fovus fork)

This is an unofficial Fovus fork of miniwdl, published to PyPI as the distribution miniwdl-fovus-runtime (the import package is still WDL). It adds non-POSIX shared-storage support required by the miniwdl-fovus backend. It is not the official miniwdl and is not endorsed by CZI. See NOTICE and CHANGES.md. Upstream: https://github.com/chanzuckerberg/miniwdl

Fork base: upstream main @ 8443ffd (post v1.14.2).

Maintaining this fork

The Fovus deltas live as commits directly on fovus-main (this repo's default branch) on top of a pinned upstream base commit. Upstream is a git remote, not a local mirror branch; rebase fovus-main onto newer upstream tags as needed.

Bump to a newer upstream release:

git remote add upstream https://github.com/chanzuckerberg/miniwdl.git   # once
git fetch upstream --tags
# rebase the Fovus commits on fovus-main onto the new base (e.g. v1.15.0)
git rebase --onto v1.15.0 <old-base> fovus-main
# resolve conflicts, then:
pip install -e ".[dev]" && make qtest                # re-run the fork tests
# bump packaging + provenance:
#   - pyproject.toml  version = "<nearest-tag>.postN"
#   - NOTICE / CHANGES.md  fork base + change summary
#   - miniwdl-fovus pyproject.toml  pin miniwdl-fovus-runtime == <new version>
git push --force-with-lease origin fovus-main        # fovus-main history was rewritten
git tag v<new version> && git push origin v<new version>   # triggers the release workflow

Shrink the fork: as upstream merges the generic patches (see CHANGES.md), drop them on the next rebase; the goal is eventually depending on stock miniwdl.


Workflow Description Language local runner & developer toolkit for Python 3.8+

Project Status MIT license CI Coverage Status Docs Status

Install miniwdl

Installation requires Python 3.8+, pip (or conda) and Docker (or Podman/Singularity/udocker). Linux preferred; macOS compatible with extra steps. More detail in full documentation.

  • Install with pip PyPI version : run pip3 install miniwdl
  • Install with conda Anaconda-Server Badge : setup conda-forge and run conda install miniwdl
  • Verify your miniwdl installation: miniwdl run_self_test
  • Install from source code for development: see CONTRIBUTING.md

Use miniwdl

Run an example bioinformatics WDL pipeline using miniwdl, or learn more abut miniwdl via a short course (screencast examples). If you are new to the WDL language, see the open source learn-wdl course.

Documentation

The online documentation includes a user tutorial, reference manual, and Python development codelabs: Docs Status

See the Releases for change logs. The Project board shows the current prioritization of issues.

Scaling up

The miniwdl runner schedules WDL tasks in parallel up to the CPUs & memory available on the local host; so a more-powerful host enables larger workloads. Separately-maintained projects can distribute tasks to cloud & HPC backends with a shared filesystem:

Getting Help

Contributing

Feedback and contributions to miniwdl are welcome, via issues and pull requests on this repository. See CONTRIBUTING.md for guidelines, instructions to set up your development environment, and a codebase overview.

Security

Please disclose security issues responsibly by contacting security@chanzuckerberg.com.

Code of Conduct

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to opensource@chanzuckerberg.com.

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

miniwdl_fovus_runtime-1.14.2.1.tar.gz (274.0 kB view details)

Uploaded Source

Built Distribution

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

miniwdl_fovus_runtime-1.14.2.1-py3-none-any.whl (218.5 kB view details)

Uploaded Python 3

File details

Details for the file miniwdl_fovus_runtime-1.14.2.1.tar.gz.

File metadata

  • Download URL: miniwdl_fovus_runtime-1.14.2.1.tar.gz
  • Upload date:
  • Size: 274.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for miniwdl_fovus_runtime-1.14.2.1.tar.gz
Algorithm Hash digest
SHA256 8e4a9eb434acdff8a22bc0b6667ba00eb31c812fd9427f973b3a200cb7ad2dcf
MD5 bb77bec5f9230a9be58e68503e23fcc0
BLAKE2b-256 016807344d0099331ed24f0795373eb42e74e9fec6a2b858e56b9948ec88a0c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for miniwdl_fovus_runtime-1.14.2.1.tar.gz:

Publisher: release.yml on Fovus/miniwdl

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

File details

Details for the file miniwdl_fovus_runtime-1.14.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for miniwdl_fovus_runtime-1.14.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 86c3e512af5bf7491989e21eca3c52b9299d108bace2fbcff5776f814c7d9062
MD5 ff65d9b5b4446f2b761bdc1069d9e4c8
BLAKE2b-256 2ece7642ee638c4bc8e95d80ed3b85508046136233acf4be7de2361ea634df8e

See more details on using hashes here.

Provenance

The following attestation bundles were made for miniwdl_fovus_runtime-1.14.2.1-py3-none-any.whl:

Publisher: release.yml on Fovus/miniwdl

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