Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
This PR pins the requests version to the previous minor version. The latest version leads to a dependency warning when running cwltool. However, it is unclear if that warning actually has a negative effect.
I also removed the urllib3 dependency. It is not used explicitly anywhere and is installed with botocore anyway.
This PR pins the
requests
version to the previous minor version. The latest version leads to a dependency warning when runningcwltool
. However, it is unclear if that warning actually has a negative effect.I also removed the
urllib3
dependency. It is not used explicitly anywhere and is installed withbotocore
anyway.