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

Bcftools fails in pipeline without being caught #1179

Open
davmlaw opened this issue Oct 8, 2024 · 0 comments
Open

Bcftools fails in pipeline without being caught #1179

davmlaw opened this issue Oct 8, 2024 · 0 comments

Comments

@davmlaw
Copy link
Contributor

davmlaw commented Oct 8, 2024

Delete the FORMAT lines in the header, and import a VCF so you get errors like:

[W::vcf_parse_format_dict2] FORMAT 'AD' at NC_000003.12:10017624 is not defined in the header, assuming Type=String

Then removes it. Pipeline after dies with:

[E::vcf_format] Invalid BCF, the FORMAT tag id=2 at NC_000003.12:10017624 not present in the header
[flush_buffer] Error: cannot write to -
Failed to read from standard input: unknown file type

But this is not caught so pipeline looks like it is still running, rather than error

@davmlaw davmlaw added this to the VG4 non-critical milestone Oct 8, 2024
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

1 participant