Satrajit Ghosh

Results 492 comments of Satrajit Ghosh

here is example code: ``` from glob import glob import os import shutil fl = glob('cache-wf/*.lock') checksums = [val.split('_')[1][:64] for val in fl] paths = [] for checksum in checksums:...

it will have different sub commands like the nipype cli.

clean would be just one sub command.

> you meant a change to the general one correct yes, where all the service pods are housed

@nicolocin - that may not be a necessary element since our use of dill is after the function has been transformed to a task, at which point it would be...

@tclose - this nipype issue (https://github.com/nipy/nipype/issues/3726) reminded me of this. it would be nice to have some tutorials touch on this issue of different requirements for different tasks, and how...

@marcelovilla - our iam credentials are managed through a federated auth. i'll check how to do this. essentially i think we are looking to add account privilege policy to the...

@viniciusdc - this allowed access to the other person. in addition, we would like to know how to give proper access on the aws console itself, which still doesn't show...

@viniciusdc - the issue i was seeing stemmed from being a federated user with admin privileges. we are checking internally to see if there is a way to get an...

availability of resources can vary across AWS instance types. thus having the ability to choose across instance types when scaling up can be helpful. this is a bit more useful...