I have some trouble using the “Import Result Groups” which gives me this message:
“AssertionError: Result group to import must be located inside the project directory”.
To troubleshoot, I tried to “export” a job then reimport the very same job from that project, but I get the same error message. I guess there is something wrong or is there some problem with my project?
@ncoudray Please can you post the outputs of these commands:
csprojectid='P99' # replace with id project to which to import
csjobid='J199' # replace with id of the import result group job
cryosparcm cli "get_project_dir_abs('$csprojectid')"
cryosparcm cli "get_job('$csprojectid', '$csjobid', 'job_type', 'version', 'instance_information', 'status', 'params_spec', 'errors_run')"
Thanks @ncoudray There is a discrepancy between the path prefixes /home (for the project directory) versus/vast (for the path specified as the parameter of the import job). If the same directory is available via either path, can you try selecting the Absolute path to .csg file via the /home instead of the /vast route?
The csg is indeed accessible from both and the vast drive where CSparc stands is symlinked within my home. I guess the project was originally created from the “home” symlink path and it is the one expected now.