tumourkit.utils.folder2txt.read_files
- tumourkit.utils.folder2txt.read_files(path: str) List[str]
Returns a list of file names without the (number, number).npy pattern at the end.
- Parameters:
path (str) – The path to the directory containing the files.
- Returns:
A list of file names without the (number, number).npy pattern at the end.
- Return type:
List[str]