-
Notifications
You must be signed in to change notification settings - Fork 116
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
Problem masking the consensus sequence #138
Comments
Running
So it looks very similar. |
It looks like the pipeline requires a You can run |
@saramonzon @svarona have you come across anything like this? What's the best fix? |
I assume this is now fixed @saramonzon? |
Ping @saramonzon |
Yes, this is the fix included in dev, for bcftools consensus as varscan has been dropped! |
Dear all,
With our latest batch of data, I was running into several problems.
I am running this:
I am getting this log:
Going into the respective
work
directory causing the issue, I can find this:Lib1.vcf.gz
is broken. The directory it is linking to, containsLib1.vcf
, but notLib1.vcf.gz
..command.err
shows:2a.
cat Lib1.mask.bed
MN908947.3 0 39
MN908947.3 4442 6299
MN908947.3 15230 18918
MN908947.3 29847 29869
MN908947.3 29902 29903
2b.
cat Lib1.consensus.fa.fai
MN908947.3 29899 12 60 61
After digging a bit, I see that the problem is this. The first command might generate a consensus that is different in length to the original genome due to indels (this has happened in our case). The second command tries to mask the consensus based on coordinates that come from the original genome. Now that the length of the consensus is shorter, there is a clash.
Would you be able to fix this one?
Many thanks in advance
Katrin
The text was updated successfully, but these errors were encountered: