Open Sidduppal opened 1 year ago
I also encountered this problem when I run the test data with paramater '--identify_method vs'. I found no viral bins were generated by vRhyme, thus the checkV was obviously unable to complete. Therefore, this error was caused by vRhyme rather than checkV. You can check the output diractory of vRhyme and read the log file to see if any viral bins were generated. This problem was solved when I using my own data. Viral bins were generated and this step was passed. Maybe not all virus identification method are suitable for your data which resulted in insufficient sequences for binning. If you error was caused as what I said, you can try other virus identification method, and if all method or paramater are invalid, maybe you should abandon you data or use another virus identification pipeline which doesen't need the viral binning step.
I also encountered this problem when I run the test data with paramater '--identify_method vs'. I found no viral bins were generated by vRhyme, thus the checkV was obviously unable to complete. Therefore, this error was caused by vRhyme rather than checkV. You can check the output diractory of vRhyme and read the log file to see if any viral bins were generated. This problem was solved when I using my own data. Viral bins were generated and this step was passed. Maybe not all virus identification method are suitable for your data which resulted in insufficient sequences for binning. If you error was caused as what I said, you can try other virus identification method, and if all method or paramater are invalid, maybe you should abandon you data or use another virus identification pipeline which doesen't need the viral binning step.
your answer is helpfull.
Hey, thanks for building the pipeline. I getting the following error while running the tool:
I have tried running
export CHECKVDB=/path/to/checkv-db
as well asconda env config vars set CHECKVDB=/path/to/checkv-db
as suggested here. The CheckV database seems to be correctly configured as I'm able to run the test dataset past this step. The only difference I see between the test data and my data is that the test data is using SPades assembly while I'm using MEGAHIT assembly.Can you please look into it? The same error was been reported in two other issue11 and issue6. Any help will be appreciated.