Wildcard in subsampling scheme

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."))'
1 Like

perfect, I will try this

Thank you

it works fine.

Thank you again

Eric

1 Like