hammerlab / cycledash

Variant Caller Analysis Dashboard and Data Management System
Other
35 stars 2 forks source link

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

Open ihodes opened 9 years ago

ihodes commented 9 years ago

This can cause confusion

jaclynperrone commented 9 years ago

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

ihodes commented 9 years ago

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 notifications@github.com 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

jaclynperrone commented 9 years ago

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?

ihodes commented 9 years ago

Sorry for being unclear; the latter.

On Thu, Jun 11, 2015 at 11:36 AM, Jaclyn Perrone notifications@github.com 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

jaclynperrone commented 9 years ago

Gotcha. Why is CQL case-sensitive?

ihodes commented 9 years ago

It doesn't need to be—SQL is case insensitive, for example.

On Thu, Jun 11, 2015 at 12:26 PM, Jaclyn Perrone notifications@github.com 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 .