We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like this is causing another bug in the val_maf column where values can be 0, 0.0 or nan
|---------+-------+-----------+-----+-----+----+----+-----+----+-----+-----+-----+---------+---------+-------------+--------------+-----------------+ | sample | chrom | pos | ref | cov | A | C | G | T | * | - | + | val_ref | val_alt | val_al_type | val_al_count | val_maf | |---------+-------+-----------+-----+-----+----+----+-----+----+-----+-----+-----+---------+---------+-------------+--------------+-----------------+ | AS3T | X | 114424753 | G | 0 | 0 | 0 | 0 | 0 | 0 | nan | nan | G | A | snv | 0 | nan | | AS3T | 10 | 75567910 | C | 27 | 0 | 27 | 0 | 0 | 0 | nan | nan | C | A | snv | 0 | 0.0 | | AS3T | 17 | 15468953 | G | 0 | 0 | 0 | 0 | 0 | nan | nan | nan | G | A | snv | 0 | 0 |
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It seems like this is causing another bug in the val_maf column where values can be 0, 0.0 or nan
The text was updated successfully, but these errors were encountered: