Skip to content

Standardise how jobs find exe files

Matthew Iadanza requested to merge remove-exec-file-joboptions into main

Some jobs (relion.localres.resmap and all jobs in the relion.autopick.topaz series) were using the Relion method of setting an env var pointing to a necessary exe and having it fill the default value in a FileNameJobOption.

Brought these in line with the current pipeliner way of doing this using the jobs' jobinfo.programs attribute.

fixes issue #74 (closed)

Merge request reports