-
Notifications
You must be signed in to change notification settings - Fork 10
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
Program trying to read from non-existing output file #21
Comments
Hi @minna-miha I am not the original vRhyme author, but I can try to help you. I do not have an immediate guess as to what could be happening, especially since this is only a problem for 1 of your inputs. It seems the immediate problem is that iteration 13 is selected as the best binning iteration, but the file no longer exists. If possible, providing the inputs you used would be the easiest way to figure this out since I could reproduce your results locally, but if that is not possible can you provide the following information:
|
Hi I have the same problem. looks like vRhyme doesn't produce the 12.vRhyme-bins.tsv file. It produces the files [0-11].vRhyme-bins.tsv, then skips to 13.vRhyme-bins.tsv. It happens on all the samples on which I test it, so I guess it's a bug. Somebody has an idea on how to fix this problem? |
Hi, I'm not sure what is causing the issue. Are you able to provide sample data that the error occurs with? Thanks |
Hi, I met similar error, below is the text in vRhyme_bin_scoring.tsv , it seems that *.vRhyme-bins.tsv of itertions with score==-1 were not generated, included the : iteration sequences redundancy bins proteins score
Hi, I met similar error, below is the text in vRhyme_bin_scoring.tsv , it seems that *.vRhyme-bins.tsv of itertions with score==-1 were not generated: iteration sequences redundancy bins proteins score |
How many viruses are you trying to bin? I am not sure what specifically deletes the iterations, but the results suggest that the optimal binning is actually no binning, which tends to happen when trying to bin a small number of viral contigs. |
Hi, I have the same issue: 12.vRhyme-bins.tsv is not generated while I have the `iteration sequences redundancy bins proteins score 12 0 0 0 0 -1 15 0 0 0 0 -1 16 0 0 0 0 -1 18 0 0 0 0 -1 0 783 624 297 8445 -1.1079 4 783 624 297 8445 -1.1079 7 783 624 297 8445 -1.1079 11 783 624 297 8445 -1.1079 14 783 624 297 8445 -1.1079 19 783 624 297 8445 -1.1079 9 554 439 221 6052 -1.1679 5 452 424 184 5153 -1.2735 1 229 274 95 2834 -1.436 6 229 274 95 2834 -1.436 10 229 274 95 2834 -1.436 13 229 274 95 2834 -1.436 17 229 274 95 2834 -1.436 8 112 155 48 1456 -1.5409 2 22 67 11 419 -1.9412 3 22 67 11 419 -1.9412` Thank you, |
Hi there,
I ran vRhyme on several hundreds of samples, and all went smoothly except for one specific problem file, wherein the program seems to write to output files but tries to read from a non-existing intermediate file.
The err output file says:
When I look at the contents of the I16_1016 output directory, it appears vRhyme has produced these *.vRhyme-bins.tsv files for values 1 through 12, and then 18, 19, but not 13-17.
When I open the log file, it shows that the program always ends at
"2.67 Extracting binning summary statistics for each iteration"
.Any idea what might be going on here? I am using vRhyme 1.1.0, and almost all of the other samples I ran worked without any issues. Thank you!
The text was updated successfully, but these errors were encountered: