cycledash icon indicating copy to clipboard operation
cycledash copied to clipboard

Headers in the VCF table are uppercase (CSS) but the actual names that you can query with CQL are lowercase

Open ihodes opened this issue 9 years ago • 6 comments

This can cause confusion

ihodes avatar Jun 10 '15 22:06 ihodes

What kind of confusion do you think would derive from this?

jaclynperrone avatar Jun 11 '15 14:06 jaclynperrone

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

ihodes avatar Jun 11 '15 15:06 ihodes

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?

jaclynperrone avatar Jun 11 '15 15:06 jaclynperrone

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

ihodes avatar Jun 11 '15 15:06 ihodes

Gotcha. Why is CQL case-sensitive?

jaclynperrone avatar Jun 11 '15 16:06 jaclynperrone

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 .

ihodes avatar Jun 11 '15 16:06 ihodes