tumourkit.utils.folder2txt.save_txt
- tumourkit.utils.folder2txt.save_txt(file_list: List[str], path: str, name: str) None
Saves a list of file names to a text file with one name per line.
- Parameters:
file_list (list[str]) – The list of file names to save.
path (str) – The path to the directory where the text file will be saved.
name (str) – The name of the text file to be saved.
- Returns:
None