def ref_filepath(build, chrom, download=True): filepath = get_cacheable_file_location('ref', 'reference-{}-chrom-{}.fa'.format(build['hg'], chrom)) if download: download_ref(build, chrom) return filepath