-
Notifications
You must be signed in to change notification settings - Fork 19
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
SeqSero2 "freezes" on particular sample #48
Comments
Hi, Could you please provide the command you used and share the FASTQ files so we can try reproducing the error? Thanks! |
The two FASTQ files are 70MB each so GitHub won't let me upload them. Is there an email I could send them to? Command I used:
A couple more things:
|
It might be a bug with Spades. Could you please try updating spades to V3.9.0 and see if you still have the same issue. If the problem persists, please send the raw reads to tongzhou.xu@uga.edu and we will try to reproduce the error. Thanks! |
It worked! Well, it didn't give me a serovar prediction ( |
Hi,
Glad to know you were able to fix the bug. From power users like you, we will be very happy to hear feedback on “atypical” serotypes, which may yield new alleles that we could add to SeqSero2 allele databases.
Best,
Xiangyu
From: eam12 ***@***.***>
Sent: Tuesday, August 1, 2023 11:05 AM
To: denglab/SeqSero2 ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [denglab/SeqSero2] SeqSero2 "freezes" on particular sample (Issue #48)
[EXTERNAL SENDER - PROCEED CAUTIOUSLY]
It worked! Well, it didn't give me a serovar prediction (No serotype antigens were detected. This is an atypical result that should be further investigated.), but at least it didn't freeze! Many, many thanks for the suggestion.
—
Reply to this email directly, view it on GitHub<#48 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACTDDUAXPSLST75LVX4KY43XTELLJANCNFSM6AAAAAA26SH64A>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
|
To follow-up on this a few weeks later, I'm now receiving the following message for every sample I try to run:
When I look at the log file I see the error message:
So it looks like version 3.9.0 of spades (the version you suggested I downgrade to) isn't compatible with the version of python I'm using (v.3.8). To fix this, I tried downgrading the version of python to 3.5, but that led to a number of additional package conflicts that couldn't be solved:
I did try running standalone spades (v.3.15.5) on the troublesome sample and it ran to completion so could the issue be with how SeqSero2 interacts with spades? At this point, I'm not really sure how to fix this issue. Do you have any further suggestions? |
Hi, Thanks, |
Hi Tongzhou, |
Hi, Thanks, |
Hi Tongzhou, I did process the SRR17736741 FASTQ files through Trimmomatic so perhaps that is why you have been able to successfully run SRR17736741 through SeqSero2 and I have not. I've already tried SeqSero2 with the most recent spades release (v.3.15.5), in addition to v.3.14.1, and it still hangs for SRR17736741:
When I run spades.py by itself (both v.3.14.1 and v.3.15.5, independently of SeqSero2), SRR17736741 runs with no problems:
I guess I'm confused as to why spades would run perfectly on its own, but not within the context of SeqSero2. |
Thank you for creating SeqSero2. I use it almost everyday! I'm currently running SeqSero2 (v.1.1.1) on thousands of samples, but for a particular sample SeqSero2 freezes every time at the
assembling...
step. I've waited up to 12 hours for the process to finish, but nothing happens. All other samples have run successfully within minutes so I'm not sure what it is about this particular one. The FASTQ files look completely normal, as does the assembly. In thedata_log.txt
file the last few lines printed are as follows:I can send the paired FASTQ files upon request.
The text was updated successfully, but these errors were encountered: