Skip to content

Symlink canine common inputs to job specific inputs directory

Created by: Marlin-Na

This PR adds symlink of common inputs to job specific inputs directory. It is needed if the task assumes, say, bam and bam index, are under the same directory. Those files may take different localization strategies, e.g. bam file may be localized with "remote" or "rodisk" on the worker, while bam index may be localized on the controller.

Merge request reports