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.post1.tar.gz (272.1 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.post1-py3-none-any.whl (216.6 kB view details)

Uploaded Python 3

File details

Details for the file miniwdl_fovus_runtime-1.14.2.post1.tar.gz.

File metadata

File hashes

Hashes for miniwdl_fovus_runtime-1.14.2.post1.tar.gz
Algorithm Hash digest
SHA256 2c24e665845c009adf31c63b57bc2b109b15d27426072afdddacc29c64e37dd5
MD5 520b76f951f54bd668c51ddcbaa32b54
BLAKE2b-256 699cc1d91252e2aa97023b714d53fed0346dc490b83d8db683a143d663ebc535

See more details on using hashes here.

Provenance

The following attestation bundles were made for miniwdl_fovus_runtime-1.14.2.post1.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.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for miniwdl_fovus_runtime-1.14.2.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 7e7ed12ca06e26de0b641f2618f2d28491f49c23ed0ed5c2872120cf8e99d115
MD5 ec1b5e694e8bf9a5d1e4a5ad2cc496cc
BLAKE2b-256 d92909e987a73c14bf99de53b7a1d0141674b49145253013debe1bfb0d00d342

See more details on using hashes here.

Provenance

The following attestation bundles were made for miniwdl_fovus_runtime-1.14.2.post1-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