pub fn output_path(prefix: &Path, suffix: &str) -> PathBuf
Build an output path by appending a suffix to a prefix path.
E.g. output_path(Path::new("out/sample"), ".r1.fastq.gz") → out/sample.r1.fastq.gz
output_path(Path::new("out/sample"), ".r1.fastq.gz")
out/sample.r1.fastq.gz