Package: toil / 5.9.2-2+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
toil | 5.9.2-2+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
ec2_error.patch | (download) |
src/toil/lib/aws/__init__.py |
3 2 + 1 - 0 ! |
--- |
exit_code_exception | (download) |
src/toil/cwl/cwltoil.py |
2 1 + 1 - 0 ! |
fix exception checking for exit_code |
setting_version.patch | (download) |
requirements-cwl.txt |
2 1 + 1 - 0 ! |
fixing version.py that is variable and required |
no_galaxy_lib | (download) |
requirements-cwl.txt |
1 0 + 1 - 0 ! |
skip galaxy-lib, not yet packaged for debian |
debianize_docs | (download) |
docs/gettingStarted/quickStart.rst |
91 35 + 56 - 0 ! |
update docs to reflect a local install |
soften mesos deps | (download) |
requirements.txt |
1 0 + 1 - 0 ! |
skip addict |
soften pydocker dep | (download) |
requirements.txt |
2 1 + 1 - 0 ! |
allow for use of python3-docker package |
ship_tests | (download) |
setup.py |
7 2 + 5 - 0 ! |
ship all of the tests and supporting data |
skip_py_tes_dep | (download) |
requirements.txt |
1 0 + 1 - 0 ! |
skip the py-tes dependency |
atomic_copy_as_alternative.patch | (download) |
src/toil/jobStores/fileJobStore.py |
17 10 + 7 - 0 ! |
os.link does not work with debci based setup and hence default to atomic copy when it does not work as intended |
python3_in_doc.patch | (download) |
docs/appendices/deploy.rst |
14 7 + 7 - 0 ! |
make sure the doc applies to debian installations with python3 |
avoid_boto | (download) |
src/toil/jobStores/aws/utils.py |
9 5 + 4 - 0 ! |
avoid an unnecessary mypy_boto3_s3 import |
fewer_cores | (download) |
src/toil/test/src/helloWorldTest.py |
2 1 + 1 - 0 ! |
tests: only request a single core Bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1031192 |