Romain

Results 115 comments of Romain

I am not sure what you mean. You can currently do something like os.system(‘pip install ...’) as part of your flow although that is not our recommendation as this will...

@pombredanne, to make sure I understand, you effectively want the functionality of the "conda" plugin (versioning dependencies) but instead of using conda, use plain pip and venv to offer that...

It's been a while and I had worked with Torque at the time but Slurm is definitely something we can consider. I suppose if you are mentioning Slurm, you intend...

@dgrahn : It would be able to work but there would definitely need to be some legwork to make it work :). If there is interest in working on a...

To add a bit of flavor on #29 which was very specific to slurm and accelerators, the batch plugin that is currently included is basically a thin way of launching...

We currently have little documentation regarding the internals of Metaflow (our initial release is primarily targeted at users of metaflow rather than the developers of metaflow). Feel free, however, to...

Currently, this is not easily supported. The issue is that each step actually runs in a separate process so the import in the start step doesn't actually propagate to the...

I am looking at a way of making this work at least locally maybe using existing tools.