tumourkit.utils.preprocessing.create_dir

tumourkit.utils.preprocessing.create_dir(path: str) None

Creates a directory at the specified path if it does not already exist.

Parameters:

path (str) – The path of the directory to create.