The University of Washington
Follow along at http://arokem.github.io/2020-OHBM-cloudknot/
Pros:
Cons:
Pros:
Cons:
Reap the benefits of AWS Batch from the comfort of our Python env
Other projects have sought to lower AWS barrier to entry
import cloudknot as ck
def awesome_func(...):
...
knot = ck.Knot(func=awesome_func)
import cloudknot as ck
def awesome_func(...):
...
knot = ck.Knot(func=awesome_func)
...
future = knot.map(args)
Brain extraction
Denoising
Tensor fitting
(see code)Compare to Dask, Myria, Spark using previous benchmark study (Mehta et al., 2017).
import cloudknot
knot = cloudknot.Knot()
results = knot.map(sequence)
Github repo: https://github.com/nrdg/cloudknot
Documentation: https://nrdg.github.io/cloudknot/index.html
We welcome issues and contributions!