Skip to content

Random access a region in fasta file by fai index #68

@wjwei-handsome

Description

@wjwei-handsome

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions