labsquare/cutevariant

Fix order by

dridk opened this issue · 2 comments

dridk commented

Use join in querybuilder with orderby

dridk commented

Comment fixer ce bug ( un truc de ce genre )

Ajouter le parametre order_by et fixer le test

Ajouter le parametre order_by et fixer le test

Supprimmer

Some fails in VQL editor:

FAIL: SELECT favorite,classification,chr,pos FROM variants ORDER BY samples['HORIZON'].gt ASC
PASS: favorite,classification,chr,pos FROM variants ORDER BY ann.gene ASC
PASS: favorite,classification,chr,pos FROM variants ORDER BY alt ASC

Du to Function not str?