You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Delete the FORMAT lines in the header, and import a VCF so you get errors like:
Then removes it. Pipeline after dies with:
But this is not caught so pipeline looks like it is still running, rather than error
The text was updated successfully, but these errors were encountered: