clingen-data-model / genegraph

Presents an RDF triplestore of gene information using GraphQL APIs
5 stars 0 forks source link

Produce lazy seqs for Jena query results #739

Open tnavatar opened 1 year ago

tnavatar commented 1 year ago

Per request from Kyle; creating ClinVar release batches requires processing a large number of query results in Jena. It would be helpful to be able to have these results as a lazy-seq, rather than materialized in a vector straightaway.