python-pbcommand 2.1.1+git20220616.3f2e6c2-3 source package in Ubuntu
Changelog
python-pbcommand (2.1.1+git20220616.3f2e6c2-3) unstable; urgency=medium * Team upload. * d/tests/control: skip on unavailable architectures like s390x. * d/control: removed non-sensical Breaks/Provides/Replaces fields from the source package stanza * d/patches/fix_version: this git snapshot reports itself as 2.4.0 * Standards-Version: 4.6.2 (routine-update) * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) -- Michael R. Crusoe <email address hidden> Fri, 22 Mar 2024 18:58:36 +0100
Upload details
- Uploaded by:
- Debian Med
- Uploaded to:
- Sid
- Original maintainer:
- Debian Med
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pbcommand_2.1.1+git20220616.3f2e6c2-3.dsc | 2.5 KiB | 14a17dc3973ed4572140c2248563ce93452a1f5bee15bbda519fa182266fd6da |
python-pbcommand_2.1.1+git20220616.3f2e6c2.orig.tar.xz | 102.9 KiB | 78964eb1409eb7df2d16c14891653c49c95246f0cf648a7cc11c25d8245e0855 |
python-pbcommand_2.1.1+git20220616.3f2e6c2-3.debian.tar.xz | 5.7 KiB | 26532bf3a791dc2216433631f684f7c8a0e35fc30f9a56f8d380176a1cc60074 |
Available diffs
No changes file available.
Binary packages built by this source
- python3-pbcommand: common command-line interface for Pacific Biosciences analysis modules
To integrate with the pbsmrtpipe workflow engine, one must to be able to
generate a Tool Contract and to be able to run from a Resolved Tool Contract.
A Tool Contract contains the metadata of the exe, such as the file types of
inputs, outputs and options.
There are two principal use cases, first wrapping/calling Python functions that
have been defined in external Python 3 packages, or scripts. Second, creating a
CLI tool that supports emitting tool contracts, running resolved tool contracts
and complete argparse-style CLI.