Construct an annotation-specific file name.
annotation_file_name(locus_dir, lib_name, suffix = ".rds")if (FALSE) { # \dontrun{
tmp <- tempdir()
annot_file <- annotation_file_name(locus_dir=tmp,
lib_name="test")
} # }