sacha schutz

Results 117 comments of sacha schutz

I can create a parameter in config to override the default "&" caracter ? "HAS NOT " or " NOT HAS " ?

- Create different pattern : -- Gene Name -- Chr3:pos-end -- VQL

- Create different pattern : -- Gene Name -- Chr3:pos-end -- VQL

from the new branch #375 , @SteampunkIslande disable existing filter extension . Because, searching two gene name will generate a filter like "gene='CFTR' AND gene='GJB2'". I suggest to extend existing...

je clos l'issue pour la release.. On rouvrira pour améliorer

Let's try to translate the following query : ```SELECT chr,pos,alt,ref FROM variants WHERE samples_infos["*"].tags HAS "#hemato"``` samples_infos["*"].tags HAS "#hemato" ==> get a list of samples ( A,B,C ) So, you...

Syntax suggestion : samples["boby"].gt ==> sample_has_variant samples.tags ==> samples

I suspect this comes from SQLite. I would like to set a maximum field selection . It is unreadable to display 200 samples on the same line.

Or We may create a custom type from python : https://docs.python.org/2.5/lib/node347.html