-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Bug]: gfClient error exit #245
Comments
good finding! I will dive into the issue and try to resolve that soon |
I ran the same 2000 sequences with the previous version I had installed (pxblat 0.3.6) and the error said: In case it is useful for you! |
Thanks for the information, and I guess the issue is related to the previous issue #66. Could you please use |
I tried to use |
thanks for the update, I will dive into the issue. Could you please install the latest version and test the issue again? |
hi @anderdnavarro, Thanks for testing the tool! I have tested the latest version, '1.1.19', and the bug is supposed to be fixed. Before we test, let's make sure the port is already closed using |
Hi @cauliyang , perfect! As soon as you release the new version I will try it. Thank you again for the quick solution! |
Hi @cauliyang, I tried the new This is the output using VSCode terminal
And this is the output using a regular terminal. I paste it too because it is a bit different:
I tried both because using VSCode, 70% of the times I get an error even for only 10 sequences, and I think it is related to the port forwarding feature it has. When I run |
hi @anderdnavarro, thanks for sharing the info. Could you please share me with the latest code you use? I try to reproduce the issue and will resolve that soon. |
Sure! This is the command I'm using:
This is the script:
And the complete list of sequences can be found at the following link: https://drive.google.com/file/d/14oumMtx4NnMH95VXFqBHTUx5q3Qrhsai/view?usp=sharing Let me know if you need anything else! |
@anderdnavarro, sounds great! Thanks for sharing. |
What happened?
Hi!
I have a list of 2000 sequences. I am trying to align them using pxblat, if I run only 100-300 sequences it works well, but when I try to do all of them I get the following error:
I tried to automatically split them into different batches, even adding 25s sleep between rounds. I also used both Context and General modes (stoping the server each round or not), but I always obtain the same error. I could run the script several times manually with different sequences (instead of generating the batches inside the script), but I couldn't automatize it in that case.
This is the code I was using:
I don't know if there would be an extra Server or Client option that I am missing that I could use.
Thank you very much!
Ander
Version
python-3.10.12
pxblat-1.1.10
biopython-1.83
What platform are you working on?
No response
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: