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
Currently /hgvs_to_copy_number_count returns "copy_number_count mode requires `baseline_copies`" if the baseline_copies param is set to 0.
/hgvs_to_copy_number_count
"copy_number_count mode requires `baseline_copies`"
baseline_copies
0
/hgvs_to_copy_number_count supports deletions (as mentioned in #448), so 0 should be supported.
The text was updated successfully, but these errors were encountered:
e.g. NC_000001.11:g.20810811_20829210del
NC_000001.11:g.20810811_20829210del
https://normalize.cancervariants.org/variation/hgvs_to_copy_number_count?hgvs_expr=NC_000001.11%3Ag.20810811_20829210del&baseline_copies=0
Sorry, something went wrong.
No branches or pull requests
Currently
/hgvs_to_copy_number_count
returns"copy_number_count mode requires `baseline_copies`"
if thebaseline_copies
param is set to0
./hgvs_to_copy_number_count
supports deletions (as mentioned in #448), so0
should be supported.The text was updated successfully, but these errors were encountered: