cwl-utils 0.29-1 source package in Ubuntu

Changelog

cwl-utils (0.29-1) unstable; urgency=medium

  * New upstream version

 -- Michael R. Crusoe <email address hidden>  Mon, 11 Sep 2023 14:26:24 +0200

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cwl-utils_0.29-1.dsc 2.4 KiB 5e27c21f2f55c5c30f7c3062a9a3a9793f5ac83095bfb5a906db3d319e258968
cwl-utils_0.29.orig.tar.gz 253.6 KiB c5fd5816691e77fc4adf0e65c6ad35aec1756ca51b6637a9628b58cb7922d565
cwl-utils_0.29-1.debian.tar.xz 3.4 KiB 109524fb3e962a45ed3db68a4ede3624f313d94c1a67ade97d61efd4945a56f8

Available diffs

No changes file available.

Binary packages built by this source

cwl-utils: Utilities for using CWL documents

 cwl-docker-extract - cache or pre-pull all software container images referenced
 in a CWL CommandLineTool or CWL Workflow (including all referenced
 CommandLineTools and sub-Workflows and so on).
 .
 cwl-cite-extract - prints all software packages found (recursively) in the
 specified CWL document.
 .
 cwl-expression-refactor - refactors CWL documents so that any CWL Expression
 evaluations are separate steps (either CWL ExpressionTools or CWL
 CommandLineTools). This allows execution by CWL engines that do not want to
 support inline expression evaluation outside of concrete steps, or do not want
 to directly support CWL's optional InlineJavascriptRequirement at all.
 .
 cwl-graph-split - Splits a packed CWL document file into multiple files.
 Packed CWL documents use the $graph construct to contain multiple CWL Process
 objects (Workflow, CommandLineTool, ExpressionTool, Operation). Typically
 packed CWL documents contain a CWL Workflow under the name "main" and the
 workflow steps (including any sub-workflows) [requires cwlformat].
 .
 cwl-normalizer - Normalizes a CWL document all its dependencies into a single
 JSON format CWL document, upgrading to CWL v1.2, as needed. Can optionally
 refactor CWL Expressions into separate steps in the manner of
 cwl-expression-refactor [requires cwl-upgrader].

python3-cwl-utils: Python Utilities and Autogenerated Classes for CWL v1.0 - v1.2

 The autogenerated classes can create, load, and save objects based upon CWL
 (the Common Workflow Language open standards for executable descriptions of
 comandline tools and workflows made from them).
 .
 See the 'cwl-utils' package for command line utilities that use these classes.