Execution profiles specify the run time arguments that should be passed to the container when executed Can use singularity run C-PAC.simg to view options - [ ] write parameters into json format and send to backend as a part of api call - [ ] endpoint parses json file, extracts parameters, and formats them into job execution script
Execution profiles specify the run time arguments that should be passed to the container when executed
Can use
to view options