griffithlab / civicpy

A python interface for the CIViC db application
MIT License
9 stars 5 forks source link

Allow users to mistakenly use '-' for empty ref/alt #78

Closed ahwagner closed 4 years ago

ahwagner commented 4 years ago

Currently the civic client displays None values as -, some users may interpret this to mean that the - is a discrete value that is used in the CIViC data tables.

We should correct users if they use a - in queries for CIViCpy, and consider issuing a warning message about improper usage.