MetabolicAtlas / data-generation

Process the raw data-files for ingestion into the Neo4j database
MIT License
0 stars 0 forks source link

feat: automatically create gem repository folder #29

Closed e0 closed 2 years ago

e0 commented 2 years ago

Related issue(s) and PR(s)
This PR closes #28 .

List of changes made
Automatically create a folder for gemRepository if it doesn't already exist. This is similar to how we handle the other data output folders.

Testing

  1. Delete the gemRepository folder.
  2. Run the data generation, for example: yarn start ../data-files.
  3. Verify that the gemRepository folder is created and the integratedModelsTimeline.svg file is in there.
mihai-sysbio commented 2 years ago

@e0 the issue this PR solves also mentions 2 other folders, but I don't know if those are non-problems.

e0 commented 2 years ago

@e0 the issue this PR solves also mentions 2 other folders, but I don't know if those are non-problems.

Ah good point. I forgot that those folders were already being auto-created before. The issue description has been updated now.