Skip to main content

DSL for inferring the edges of a CWL workflow DAG

Project description

Sophios

doc-buid-status

Scientific computing can be difficult in practice due to various complex software issues. In particular, chaining together software packages into a computational pipeline can be very error prone. Using the Common Workflow Language (CWL) greatly helps, but like many other workflow languages users still need to explicitly specify how to connect inputs & outputs. Sophios allows users to specify computational protocols at a very high level of abstraction, it automatically infers almost all connections between inputs & outputs, and it compiles to CWL for execution.

Documentation

The documentation is available on readthedocs.

Quick Start

See the installation guide for more details, but:

For pip users:

pip install sophios

In order to execute the CWL workflows that are generated by sophios, cwltool and all of its underlying dependencies need to be present in the system. Unfortunately pip has no capability to resolve and install these dependencies. PLease refer to the cwltool installation guide to prepare the system to run CWL workflows.

For conda users / developers:

See the installation guide for developers

sophios --yaml ../workflow-inference-compiler/docs/tutorials/helloworld.wic --graphviz --run_local --quiet

Sophios is a Domain Specific Language (DSL) based on the Common Workflow Language. CWL is fantastic, but explicitly constructing the Directed Acyclic Graph (DAG) associated with a non-trivial workflow is not so simple. Instead of writing raw CWL, users can write workflows in a much simpler yml DSL. For technical reasons edge inference is far from unique, so users should always check that edge inference actually produces the intended DAG.

Edge Inference

The key feature is that in most cases, users do not need to specify any of the edges! They will be automatically inferred for users based on types, file formats, and naming conventions. For more information, see the user guide If for some reason edge inference fails, there is a syntax for creating explicit edges.

Subworkflows

Subworkflows are very useful for creating reusable, composable building blocks. As shown above, recursive subworkflows are fully supported, and the edge inference algorithm has been very carefully constructed to work across subworkflow boundaries.

Explicit CWL

Since the yml DSL files are automatically compiled to CWL, users should not have to know any CWL. However, the yml DSL is secretly CWL that is simply missing almost all of the tags! In other words, the compiler merely adds missing information to the files, and so if the users know CWL, they are free to explicitly add the information themselves. Thus, the yml DSL is intentionally a leaky abstraction.

Python API

In addition to the underlying declarative yaml syntax, there is an API for writing WIC workflows in python. The python API is philosophically the exact opposite: users should not have to know any CWL, and in fact all CWL features are hidden unless explicitly exposed.

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

sophios-0.4.0.tar.gz (155.4 kB view details)

Uploaded Source

Built Distribution

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

sophios-0.4.0-py3-none-any.whl (155.0 kB view details)

Uploaded Python 3

File details

Details for the file sophios-0.4.0.tar.gz.

File metadata

  • Download URL: sophios-0.4.0.tar.gz
  • Upload date:
  • Size: 155.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for sophios-0.4.0.tar.gz
Algorithm Hash digest
SHA256 e0a52f5f625beb72366d0b3914133cf1271835c0d860e62f408e394602abef3c
MD5 205e6fe2a3007236f3af59cb25b39c07
BLAKE2b-256 6ea7b204cdd5d521f710f7e97cae8fe5468cbd0b107a4938064aa1caac37fedc

See more details on using hashes here.

File details

Details for the file sophios-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: sophios-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 155.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for sophios-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98229b5fe9751181e7b2a7643cb8789766afeb4447128ea3bfefb183a7abbe9a
MD5 38883ee612319df27193ed2cc8d85aca
BLAKE2b-256 e155859761ee247b2b938f175b222df232aa17ec953a7dfee9729641a46219ba

See more details on using hashes here.

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