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

Control variables in land DA workflow scripts with an external file #8

Open
zhichang-guo opened this issue Mar 30, 2022 · 0 comments
Open

Comments

@zhichang-guo
Copy link
Collaborator

The current workflow scripts contain a lot of variable declarations which differ among users and experiments. This makes PR merging process complicated, users have to make a lot of changes to the workflow scripts when they do certain experiments, and they have to have one set of modified workflow scripts for each specific experiment. I implemented a method to control the bash variables with an external file and separate the variable declarations from the workflow scripts. With the changes it is much easier for the users to share the workflow scripts and data, to separate the experiments from the source codes and scripts, and to use the same set of workflow scripts for a lot of different experiments.

@zhichang-guo zhichang-guo changed the title control variables in land DA workflow scripts with an external file Control variables in land DA workflow scripts with an external file Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant