cwl-utils 0.32-1 source package in Ubuntu

Changelog

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

  * New upstream version. Will break cwltool prior to 3.1.20231206180100

 -- Michael R. Crusoe <email address hidden>  Tue, 02 Jan 2024 14:24:48 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cwl-utils_0.32-1.dsc 2.4 KiB bdaec52e5132f132f24afde1511d55c815fb4e940ea04c82308d958be3a377eb
cwl-utils_0.32.orig.tar.gz 296.5 KiB 2849bd217db1f0ec4e66a80c6646f58a3f72d0d7def28ebe85a362861ae2931b
cwl-utils_0.32-1.debian.tar.xz 3.5 KiB 55ce15e6b9a2f951301660859944346debc639f1e5f30129578d376b636b8457

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.