cwl-utils 0.20-1 source package in Ubuntu

Changelog

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

  * New upstream version

 -- Michael R. Crusoe <email address hidden>  Sun, 16 Oct 2022 14:47:33 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cwl-utils_0.20-1.dsc 2.3 KiB dc0c0ef22bc4e714af10327707253c4e93ad8609158e3666cebe6b186c91e75b
cwl-utils_0.20.orig.tar.gz 229.0 KiB 28472aaba50ab4e8380c29f31c27beb63f60a1af1690369ab7bb7e31e71e66d9
cwl-utils_0.20-1.debian.tar.xz 3.1 KiB a292eec0c6bec0c833401e44be9445d4c83de524193e24cbc2f3ead92fa09002

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.