Skip to contents

This function generates the necessary directory structure for storing output files related to a job and its tasks, including directories for raw samples and summarized quantiles.

Usage

write_output_dir_structure(output_dir, job_id, task_id)

Arguments

output_dir

String. The base output directory path.

job_id

String. The identifier for the job.

task_id

String. The identifier for the task.

Value

The path to the base output directory (invisible).