orchid-initiative / synthetic-database-project

MIT License
4 stars 2 forks source link

Separation of Operational Modes #71

Closed NickKramer87 closed 10 months ago

NickKramer87 commented 10 months ago

As a database generator, I want to have an option to generate synthetic databases before all of the formatting issues are fixed so that I can get a head start on the analysis of the databases' accuracy.

Proposed Subtasks:

  1. Split the database generation and formatting into two separate functions so that they can be done independently.

Acceptance Criteria:

  1. A new version of the program where these two operations are performed separately.
TravisHaussler commented 10 months ago

If I am interpreting this correctly it is a simple change that can be thought of within Phase2. I am assigning it as such and creating a quick branch to knock it out now.