queryverse / IterableTables.jl

Implementations of the TableTraits.jl interface for various packages
Other
79 stars 9 forks source link

Integrate fstformat.jl #64

Open phillc73 opened 6 years ago

phillc73 commented 6 years ago

https://github.com/xiaodaigh/fstformat.jl

Ultimately, I'd like to use Query.jl syntax on FST files. I think integrating them here needs to be the first step?

davidanthoff commented 6 years ago

I took a first stab at a full integration into the stack: https://github.com/davidanthoff/FstFiles.jl.

I think the missing piece is really just that https://github.com/xiaodaigh/fstformat.jl/issues/1 gets resolved.