Ensures that the InterProScan data directory exists locally, downloading and verifying the appropriate tarball when necessary.
.checkInterProData(
version = "5.76-107.0",
dest_dir = "inst/extdata/interpro",
docker_image = sprintf("interpro/interproscan:%s", version),
platform = "linux/amd64",
curl_bin = "curl",
verbose = TRUE
)A list containing data_dir and ready status.