We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db3c4b commit 11e45baCopy full SHA for 11e45ba
cwltool/main.py
@@ -550,6 +550,7 @@ def main(argsl=None, # type: List[str]
550
ro = ResearchObject(
551
temp_prefix_ro=args.tmpdir_prefix, orcid=args.orcid,
552
full_name=args.cwl_full_name)
553
+ runtimeContext.research_obj = ro
554
log_file_io = ro.open_log_file_for_activity(ro.engine_uuid)
555
prov_log_handler = logging.StreamHandler(log_file_io)
556
class ProvLogFormatter(logging.Formatter):
0 commit comments