Open ivistang opened 1 year ago
This looks like a duplicate of #1933.
The current code does not contain an error message "Could not parse the file2:", could you please check if you get an error with the latest version of bcftools (1.17) and if yes, provide a small test case to reproduce the problem?
Hi there, For a sample group file like below, fill-tags would show an unexpect error exit : "Could not parse the file2: C2 c".
Actually, I succeeded to fix the problem by changing line 175 in fill-tags.c from
to
. I wonder if this is a proper solution for the problem. Thanks for any help!
Best, Ivis