x-atlas-consortia / ubkg-etl

A framework that combines data from the UMLS with assertions from other data sources into a set of CSV files that can be imported into neo4j to build a Unified Biomedical Knowledge Graph (UBKG)
MIT License
3 stars 0 forks source link

Disable copy of existing CSVs to save.X folders #117

Closed AlanSimmons closed 6 months ago

AlanSimmons commented 10 months ago

Statement of problem

The build_csv.py script currently makes a backup copy of the set of CSV files before appending to them from the latest ingest. This backup is unnecessary.

Solution

Remove or comment out the call to the copy_csv_files_to_save_dir function.