-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during processing, no result output - TypeError: expected str, bytes or os.PathLike object, not StringIO #67
Comments
Quick follow up: I tested out fresh PhiSpy installations across two separate machines running the same OS (Ubuntu 22.04 LTS), running same commands on conda-installed PhiSpy environments. Curiously, the command worked perfectly fine on one of the machines, and didn't on the other. Here's the PhiSpy command used:
Base python version (OS) across the two machines are same: 3.10.12 However, base conda python version across both machines are difference - Another note - even on the machine that completed a successful run, trying to run a looped command over a directory of genbank files like:
Results in failure even when addressing the same file. Overall whether PhiSpy is going to work on a given file on a given machine or not had been pretty unpredictable... Editing to add that the issue is definitely with result writing portion of the PhiSpy process. After trimming input file names I get terminal stdout results indicating the pipeline has run normally, but the process terminates at the writing step with below error:
At the end the tmp directory with data is deleted (in some cases, not all), leaving only the log file. |
Hey there, I was experiencing the same issue you had on your last run ( |
Hello,
PhisPy process errors out and doesn't produce results file - confirmed same behavior on both separate venv & pip installation and conda environment installation.
Attaching error message (this one specifically from venv installation:
My old lab note shows the same version of PhiSpy (4.2.21) working without issues around 2022. What could have changed since then?
Please feel free to let me know if you need additional data/assistance (alas I'm no good with python).
Thank you!
The text was updated successfully, but these errors were encountered: