Skip to main content

output_path

Function output_path 

Source
pub fn output_path(prefix: &Path, suffix: &str) -> PathBuf
Expand description

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