pub fn parse_fastx_file<P: AsRef<Path>>(
    path: P
) -> Result<Box<dyn FastxReader>, ParseError>
Expand description

The main entry point of needletail if you’re reading from a file. Shortcut to calling parse_fastx_reader with a file