You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".