sage icon indicating copy to clipboard operation
sage copied to clipboard

Search using parquet files

Open prvst opened this issue 1 year ago • 4 comments
trafficstars

Hello Michael, can I perform searches using parquet files that have been converted from raw? If not, do you intend to incorporate this as a feature?

Thanks.

prvst avatar Mar 18 '24 16:03 prvst

Which parquet format are you using?

lazear avatar Mar 20 '24 16:03 lazear

I'm using the Compomics converter

prvst avatar Mar 20 '24 16:03 prvst

Gotcha - I'm working on a separate parquet-based format and will probably add a reader at some point. I don't think I will support the Compomics version (which doesn't have fields for ion mobility), but you could probably hack it in relatively easily if you used https://github.com/lazear/mz_parquet/blob/main/src/reader.rs for inspiration

lazear avatar Mar 20 '24 17:03 lazear

That's nice. I don't have any dependency on their format, but It's good to know!

prvst avatar Mar 21 '24 04:03 prvst