cycledash
cycledash copied to clipboard
Headers in the VCF table are uppercase (CSS) but the actual names that you can query with CQL are lowercase
This can cause confusion
What kind of confusion do you think would derive from this?
Users are expected to use the table headers names to query the variants; if they're not correct/don't match, that can making using it more difficult.
On Thu, Jun 11, 2015 at 10:31 AM, Jaclyn Perrone [email protected] wrote:
What kind of confusion do you think would derive from this?
Reply to this email directly or view it on GitHub: https://github.com/hammerlab/cycledash/issues/715#issuecomment-111155471
Do different cases mean different things in the science world? Or do you mean that CQL is case-sensitive and wouldn't work with uppercase values?
Sorry for being unclear; the latter.
On Thu, Jun 11, 2015 at 11:36 AM, Jaclyn Perrone [email protected] wrote:
Do different cases mean different things in the science world? Or do you mean that CQL is case-sensitive and wouldn't work with uppercase values?
Reply to this email directly or view it on GitHub: https://github.com/hammerlab/cycledash/issues/715#issuecomment-111175556
Gotcha. Why is CQL case-sensitive?
It doesn't need to be—SQL is case insensitive, for example.
On Thu, Jun 11, 2015 at 12:26 PM, Jaclyn Perrone [email protected] wrote:
Gotcha. Why is CQL case sensitive?
— Reply to this email directly or view it on GitHub https://github.com/hammerlab/cycledash/issues/715#issuecomment-111193484 .