Project

General

Profile

Feature #15448

Updated by Tom Clegg almost 5 years ago

Currently, workflow outputs and intermediate data are saved to the user's home project. 

 The user should be able to specify a different destination project. 

 This can be accomplished on the backend by passing a @--project-uuid@ argument to @arvdos-cwl-runner@ in source:src/store/run-process-panel/run-process-panel-actions.ts. There is an example of this in source:src/index.tsx. 

Back