kb_python.dry.utils

Module Contents

Functions

run_executable(command: List[str], quiet: bool = False, *args, **kwargs)

Dry version of utils.run_executable.

make_directory(path: str)

Dry version of utils.make_directory.

remove_directory(path: str)

Dry version of utils.remove_directory.

stream_file(url: str, path: str) → str

Dry version of utils.stream_file.

move_file(source: str, destination: str) → str

Dry version of utils.move_file.

copy_whitelist(technology: str, out_dir: str) → str

Dry version of utils.copy_whitelist.

create_10x_feature_barcode_map(out_path: str) → str

Dry version of utils.create_10x_feature_barcode_map.

get_temporary_filename(temp_dir: str) → str

Dry version of utils.get_temporary_filename.

kb_python.dry.utils.run_executable(command: List[str], quiet: bool = False, *args, **kwargs)

Dry version of utils.run_executable.

kb_python.dry.utils.make_directory(path: str)

Dry version of utils.make_directory.

kb_python.dry.utils.remove_directory(path: str)

Dry version of utils.remove_directory.

kb_python.dry.utils.stream_file(url: str, path: str) str

Dry version of utils.stream_file.

kb_python.dry.utils.move_file(source: str, destination: str) str

Dry version of utils.move_file.

kb_python.dry.utils.copy_whitelist(technology: str, out_dir: str) str

Dry version of utils.copy_whitelist.

kb_python.dry.utils.create_10x_feature_barcode_map(out_path: str) str

Dry version of utils.create_10x_feature_barcode_map.

kb_python.dry.utils.get_temporary_filename(temp_dir: str) str

Dry version of utils.get_temporary_filename.