Hi,
The fai index file records name/seq_len/byte_offset/line_width/line_byte infomations.
I' working for add an implementation for FastaReader to seek or fetch function to random access the region(chr:start-end).
But when I add a std::io::Seek trait for parse_fastx_reader, I noticed that the std::io::Chain struct didn't satisfied Seek trait.
So I would love to hear your team thoughts on this and if could give me some advices or help.