NDCMS / lobster

A userspace workflow management tool for harnessing non-dedicated resources for high-throughput workloads.
MIT License
3 stars 14 forks source link

Independent autosensing #642

Closed rebucci closed 4 years ago

rebucci commented 4 years ago

This will enable maximum laziness by allowing people to not specify the global tag in the workflow without fear of lobster overwriting their specified outputs.

This is also important for using JetToolbox, which will create an OutputModule with jettoolbox.root even if you configure it with 'noOutput'. If the autosensing is triggered because you omitted the globaltag, it will see jettoolbox.root and append it to outputs, even though that file is not being written.