Releases: papaemmelab/toil_container
Releases ยท papaemmelab/toil_container
๐ 1.0.0 given production dependency on toil container
isabl
pipelines will depend on this tool. This version removes the LSF internet flag (it was an MSK only thing) and uses W
instead of We
for runtime (We
actually means estimated runtime). It also adds support for LSF 10 and sets toil dependency to 3.18.0
.
๐ fix bug for case not considered, make dependencies explicit
v0.2.7 ๐ bump to 0.2.7
๐ jobName must be slugified
v0.2.6 ๐ bump to 0.2.6
๐ add support for LSF runtime and internet
๐add help container feature
๐singularity doesn't inherit environment
๐ avoid singularity home overwrite
See #16.
Make sure that tmp dirs are removed, that singularity doesn't overwrite $HOME and that tmp dirs are unique.
๐ fix sdist install
Add setup.json to MANIFEST.in
๐ add changes in API motivated by feedback
This refactor was motivated by feedback from DataBiosphere/toil#2064 (comment):
- use subprocess32
- use
docker.from_env(version='auto')
- fix the way
workdir
was mapped to/tmp
on singularity containers - avoid shadowing of subprocess names
def check_output
anddef check_call
- avoid use of
/dev/null
๐ fix python package distribution
Description
This release, contains a patch that was breaking the usage of the package when it was installed from a pypi wheels distribution package.
๐ Bug fixes
- change the way VERSION is handled inside the project.
๐ Other Changes
- simplify MANIFEST.in
- simplify tox.ini