Skip to content
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

[ERROR] No full-alignment output for file #181

Closed
weishwu opened this issue Mar 9, 2023 · 4 comments
Closed

[ERROR] No full-alignment output for file #181

weishwu opened this issue Mar 9, 2023 · 4 comments

Comments

@weishwu
Copy link

weishwu commented Mar 9, 2023

Hi,

I'm getting a lot of "[ERROR] No full-alignment output for file" error lines in the log. I got the "merge_output.vcf.gz" file which contains a lot of variants (5,774,275 PASS ones), but the "full_alignment.vcf.gz" file is empty except the header lines. There are "LowQual" variants as indicated in the FILTER column in "merge_output.vcf.gz". So what does the error mean and how should I fix it?
For the final variant calling results, should I use the "PASS" ones from "merge_output.vcf.gz", or the ones in "full_alignment.vcf.gz"?
I'm using version 1.0.0.
Thanks.

@zhengzhenxian
Copy link
Collaborator

zhengzhenxian commented Mar 10, 2023

Hi,

We might need more details to pinpoint the missing variants. Could you send the logs ${OUPUT_DIR}/run_clair3.log and ${OUPUT_DIR}/log to my email zxzheng@cs.hku.hk? Thanks!

Zhenxian

@weishwu
Copy link
Author

weishwu commented Mar 14, 2023

Hi Zhenxian,

I've sent you the email. Let me know if you need more data.

Thanks,

@zhengzhenxian
Copy link
Collaborator

Hi, Weisheng,

Thanks for sharing the logs! Upon review, we have determined that all full alignments failed due to gzip errors, which prevented any output from being generated. The error messages present in your logs indicate this:

gzip: invalid magic
[E::faidx_adjust_position] The sequence "chr1:inf-0" was not found
[E::sam_itr_next] Null iterator
Total processed positions in chr1 (chunk 5/348) : 0
ESC[91m[ERROR] No full-alignment output for file chr1/xxx/full_alignment_output/full_alignment_chr1.4_348.vcfESC[0m

It seems that this issue is similar to a previous issue. Are you using BioContainers for installation? We would suggest to use docker image or conda installation instead.

@weishwu
Copy link
Author

weishwu commented Apr 6, 2023

Hi Zhenxian,

Thanks for helping! It worked after I switched to hkubal/clair3:latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants