Skip to content

Commit

Permalink
#405 umls cleanup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ecwood committed Sep 2, 2024
1 parent e104912 commit bd93687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build/snakemake-config-var.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ umls_output_base: kg2-umls
umls_extraction_script: ${EXTRACT_CODE_DIR}/${umls_extraction_base}.sh
umls_extraction_log: ${BUILD_DIR}/${umls_extraction_base}${version_suffix}${test_suffix}.log
umls_extract_file: ${BUILD_DIR}/umls.jsonl
umls_dir: ${BUILD_DIR}/umls
umls_dest_dir: ${umls_dir}/META
umls_conversion_script: ${CONVERT_CODE_DIR}/${umls_conversion_base}.py
umls_conversion_log: ${BUILD_DIR}/${umls_conversion_base}${version_suffix}${test_suffix}.log
umls_name_heirarchy: ${MAPS_CODE_DIR}/umls-name-heirarchy.yaml
Expand Down
2 changes: 2 additions & 0 deletions extract/extract-umls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ source ${config_dir}/master-config.shinc

output_file=${2:-${BUILD_DIR}/umls.jsonl}

umls_dir=${BUILD_DIR}/umls
umls_dest_dir=${umls_dir}/META
umls_ver=2023AA
umls_file_base=umls-${umls_ver}-metathesaurus-full
config_file=${umls_dir}/config.prop
Expand Down

0 comments on commit bd93687

Please sign in to comment.