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

A string specifying the directory where output, logs, and other pipeline artifacts will be saved. Defaults to the root directory ("/").

job_id

A string specifying the job.

task_id

A string specifying the task.

Value

The path to the base output directory (invisible).

See also