Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update control file naming system #149

Open
wknoben opened this issue Jun 25, 2022 · 0 comments
Open

Update control file naming system #149

wknoben opened this issue Jun 25, 2022 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wknoben
Copy link
Collaborator

wknoben commented Jun 25, 2022

Currently we have:

  • Control files per domain, and ...
  • A script in 1_folder_prep/ in which we specify the control file we want to use, which ...
  • Then copies the contents of the domain control file into control_active.txt, which ...
  • In turn is what every other script looks for.

Cleaner would be:

  • Control files per domain, and ...
  • A single line in control_active.txt that specifies which domain control file to read, so that ...
  • All other scripts simply read which domain control file has the info they need, pretty much as if the correct control file were specified as a command line argument.
@wknoben wknoben added enhancement New feature or request good first issue Good for newcomers labels Jun 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant