The temporary filename template includes a placeholder in it (called "type") that is then replaced to get a temporary filename (see output_folder, f"{seq_id.replace('/', '_')}_type.txt" in core.py). This causes a bug if the input filename also includes the word "type".