python-pbcommand 0.5.3-1 source package in Ubuntu
Changelog
python-pbcommand (0.5.3-1) unstable; urgency=medium * Team upload. * New upstream release. -- Sascha Steinbiss <email address hidden> Sun, 15 Jan 2017 10:00:00 +0000
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 | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-pbcommand_0.5.3-1.dsc | 2.2 KiB | 91e2722681551f9df32708a2ece677ef523a23130a652e4a086e0c6fc59e5b62 |
python-pbcommand_0.5.3.orig.tar.gz | 118.5 KiB | 0a898036869fbf70a14b813a6b029177ce198e42d817599cc93669bdafa01e5b |
python-pbcommand_0.5.3-1.debian.tar.xz | 3.4 KiB | d47bdb3ec1221d5d7d7e7b79e984d75bf3db9cb66c84c8fae2fbe34f07cf5e66 |
Available diffs
- diff from 0.3.22-2 to 0.5.3-1 (66.5 KiB)
No changes file available.
Binary packages built by this source
- python-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 packages, or scripts. Second, creating a
CLI tool that supports emitting tool contracts, running resolved tool contracts
and complete argparse-style CLI.