-
Notifications
You must be signed in to change notification settings - Fork 7
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
Command Failed: bcftools #75
Comments
Hey, I'll have a better look at this tomorrow, but the divide by zero looks like genome size was never populated, which means maybe the genome wasn't picked up. What are the settings you are running with? James |
Here's the settings I used: Input Contains: Multiple Samples Customize parameter for advanced users: Default |
From the logs, it looks like this is the issue
which looks related to this error
Not sure why this failed. What i'd normally do is try to run the command manually and see if I can get a proper error message out of it. |
Currently dealing with the same error and issue where the pipeline hangs, after bcftools consensus command fails. I ran it manually and got the same error and an empty consensus fasta. Tried going through bcftools issues but couldn't find clarity as yet. Any ideas? |
can you share the commands you ran to manually check? |
bcftools consensus -f ./output/nCoV_2019_midnight_V1_WS_sample_RB06_medaka/WS_sample_RB06.preconsensus.fasta ./output/nCoV_2019_midnight_V1_WS_sample_RB06_medaka/WS_sample_RB06.pass.vcf.gz -m ./output/nCoV_2019_midnight_V1_WS_sample_RB06_medaka/WS_sample_RB06.coverage_mask.txt -o WS_sample_RB06.consensus.fasta |
Hi @Psy-Fer,
I was trying an analysis for one of SARS COV2 data wherein the job failed to complete and it is stuck in "progress" state. The last few lines of the pipeline output showing the following error.
Test_7_NCOV_02_RB07.coverage_mask.txt Test_7_NCOV_02_RB07.fail.vcf Test_7_NCOV_02_RB07.preconsensus.fasta Running: bcftools consensus -f Test_7_NCOV_02_RB07.preconsensus.fasta Test_7_NCOV_02_RB07.pass.vcf.gz -m Test_7_NCOV_02_RB07.coverage_mask.txt -o Test_7_NCOV_02_RB07.consensus.fasta Command failed:bcftools consensus -f Test_7_NCOV_02_RB07.preconsensus.fasta Test_7_NCOV_02_RB07.pass.vcf.gz -m Test_7_NCOV_02_RB07.coverage_mask.txt -o Test_7_NCOV_02_RB07.consensus.fasta
Also, attached the all_cmds_log.txt for your reference.
Actually, I had 3 samples' data submitted individually for analysis as I faced an error (snapshot provided below) during an analysis when tried together, I am doing it one by one now to identify the culprit which is breaking the analysis. Two jobs went smooth & understood that with 3rd one, something is wrong with the data. I appreciate your help here, if you could? Thanks in advance.
The text was updated successfully, but these errors were encountered: