broadinstitute / cromwell-tools

A collection of Python clients and accessory scripts for interacting with the Cromwell
https://cromwell-tools.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 9 forks source link

added estimate_resource_usage.py #1

Closed ambrosejcarr closed 7 years ago

ambrosejcarr commented 7 years ago

Adding estimate_resource_usage.py. This notebook implements some tools to estimate the relationship (function) that maps the size of inputs to required disk and resource usage for individual tasks within a workflow.

As a binary file, the notebook does not produce a meaningful diff, but rather one should look at the added file directly.

ambrosejcarr commented 7 years ago

I believe I've addressed all comments. There are no longer any file dependencies, and I uncommented the save line.