[][src]Function needletail::parser::parse_fastx_file

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

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