Hi,
is there clever way (compare to mine in the attached AY_query.pgn image) to write a query which filter on all AY* ? I have tried using * in build.yaml but it didn’t works
Thanks
Eric
Hi,
is there clever way (compare to mine in the attached AY_query.pgn image) to write a query which filter on all AY* ? I have tried using * in build.yaml but it didn’t works
Thanks
Eric
--query
uses Pandas’ expression syntax, so I believe you can do this:
--query '(pango_lineage.str.startswith("AY."))'
perfect, I will try this
Thank you
it works fine.
Thank you again
Eric