python-pbcommand 2.1.1+git20220616.3f2e6c2-2 source package in Ubuntu
Changelog
python-pbcommand (2.1.1+git20220616.3f2e6c2-2) unstable; urgency=medium * Team upload. * Add python3-avro to Depends to fix autopkgtest. -- Utkarsh Gupta <email address hidden> Fri, 26 Aug 2022 13:40:40 +0530
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 | |
---|---|---|---|---|
Noble | release | universe | misc | |
Mantic | release | universe | misc | |
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pbcommand_2.1.1+git20220616.3f2e6c2-2.dsc | 2.5 KiB | 6ddfeef1aeaa14b13f3a11bfe57ce073ebd665f59bde27a37254bcc826d57d9f |
python-pbcommand_2.1.1+git20220616.3f2e6c2.orig.tar.xz | 102.9 KiB | 78964eb1409eb7df2d16c14891653c49c95246f0cf648a7cc11c25d8245e0855 |
python-pbcommand_2.1.1+git20220616.3f2e6c2-2.debian.tar.xz | 5.6 KiB | 1905eaaa125c4b26f20dcbd13e08f8e4fdad8840f5db7cd1cd8cf0b90a3b563d |
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.