download_umls_full
- download_umls_full(version=None, *, api_key=None, force=False)[source]
Ensure the given version of the UMLS MRSTY.RRF file.
- Parameters:
version (
Optional[str]) – The version of UMLS to ensure. If not given, is looked up withbioversions.api_key (
Optional[str]) – An API key. If not given, is looked up usingpystow.get_config()with theumlsmodule andapi_keykey.force (
bool) – Should the file be re-downloaded, even if it already exists?
- Return type:
- Returns:
The path of the file for the given version of UMLS.