[][src]Function fmlrc::ropebwt2_util::stream_bwt_from_fastqs

pub fn stream_bwt_from_fastqs(
    fastqs: &[&str]
) -> Result<Box<dyn Read>, Box<dyn Error>>

Wrapper function for using ropebwt2 with a collection of gzipped FASTQ files. Returns a streamable result from the ropebwt2 command.

Argument

  • fastqs - a vector of fastq filenames